flutter_ilib 0.0.4
flutter_ilib: ^0.0.4 copied to clipboard
A wrapper plugin to conveniently use 'iLib' in Flutter apps. This plugin uses the 'flutter_js' to make the javascript file work properly in the Flutter app.
0.0.4 #
- Added more of the API comments in codes.
0.0.3 #
- Updated to show a sample screenshot image in the published package.
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