App Widget / Home Screen widget plugin for flutter app
Please see app_widget subdirectory for the usage documentation.
Android | iOS |
---|---|
✔️ |
This project follow the standard for flutter plugin development where each
pieces are independent of each other. Other platform interface can be easily added
by inherit the base platform interface and expose the require api to the main app_wiget
plugin.
- Fork
- Checkout to feature branch
- Add feature and unit test
- Make sure all unit test pass
- Add platform integration test and run integration test
- Create a PR
- Make sure to run on the latest and minSdk supported
in app_widget/example/integration_test/app_widget_test.dart
cd app_widget/example
# this will require a connected device for android
flutter test integration_test/app_widget_test.dart