Flutter App Widget
App Widget / Home Screen widget plugin for flutter app
Usage
Please see app_widget subdirectory for the usage documentation.
Plaform Support
Android | iOS |
---|---|
✔️ |
Project Structure
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.
Contributing
- 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
Android Integration Test
- Make sure to run on the latest and minSdk supported
in app_widget/example/integration_test/app_widget_test.dart
# this will require a connected device for android
flutter test integration_test/app_widget_test.dart