yonomi_device_widgets 1.0.6 copy "yonomi_device_widgets: ^1.0.6" to clipboard
yonomi_device_widgets: ^1.0.6 copied to clipboard

outdated

Yonomi Device Widgets

Yonomi Device Widgets - Flutter #

Yonomi Device Widgets: Flutter CircleCI codecov

Device Widgets are rich UI components that represent traits supported by our platform (such as Lights, Locks, Thermostats etc.). They are composable and infinitely customizable. They are open-source, and allow developers to build their own device UIs that are intuitive and inherently tied to the traits and actions featured in our platform's Graph API.

Table of contents #

  1. Setup
  2. Running tests

Setup #

Cloning the repo #

Clone the repo into your local machine:

git clone https://github.com/Yonomi/yonomi-device-widgets.git

Installing the package #

In your Flutter app, open your pubspec.yaml file and add the following entry under the dependencies section:

dependencies:
  ...    
  yonomi_device_widgets: ^1.0.0

Contribution Guide #

Please submit a ticket with details before creating a pull request and link the details with the PR.

Running tests #

Prerequisites #

  • Install lcov:

lcov (For test coverage)

brew install lcov

Run tests with coverage #

flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html

License #

This application is released under the Apache license v2.0

License

2
likes
0
points
63
downloads

Publisher

verified publisheryonomi.co

Weekly Downloads

Yonomi Device Widgets

Homepage

License

unknown (license)

Dependencies

flutter, provider, yonomi_platform_sdk

More

Packages that depend on yonomi_device_widgets