Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 718 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 718 Bytes

Flutter Instance Manager

Provides an instance manager that can sync objects between Dart and native code.

Supported native platforms:

  • Android

Getting started

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

Additional information

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.