Provides an instance manager that can sync objects between Dart and native code.
Supported native platforms:
- Android
To include this package in your project, add the following to your pubspec.yaml
:
dependencies:
flutter_instance_manager:
git: https://github.com/baseflow/flutter_instance_manager.git
The code for this plugin has mostly been copied from the plugins developed by the Flutter community. An example of this is the webview_flutter plugin. The intent of this package is to reuse the code for multiple plugins developed by Baseflow.