Quick Start
MetaMap Flutter plugin Usage Guide
This is a guide to implement Metamap in the Flutter framework
Requirements
Android
Check that the minSdkVersion
in <YOUR_APP>/build.gradle
is ≥21
iOS
MetaMap's Flutter plugin requires iOS version >12
Important❗
if your flow has a step that uses some native iOS computers, you need to go iOS folder in the project and add permissions in the info.plist iOS permissions
Installation
LTS version (Recommended for most users): | Current Version(Latest features) |
---|---|
4.4.0 | 4.4.0 |
Add metamap_plugin_flutter
dependency to your pubspec.yaml
file where <version_number>
is either the LTS or the latest version of the plugin:
metamap_plugin_flutter: <version_number>
then run flutter pub get
command
Updated 20 days ago
What’s Next