flutter_ilib 0.0.2
flutter_ilib: ^0.0.2 copied to clipboard
A wrapper plugin to use iLib conveniently in Flutter apps
0.0.2 #
- Updated structure by using
ChangeNotifier
so that APIs can be used synchronously.- First, the app must add a listener to receive a callback message that the iLib is ready for use. then the APIs can be used synchronously.
- Added the linter file (
analysis_options.yaml
) and fixed warnings.
0.0.1 #
- initial version