flyy_flutter_plugin
Flutter plugin for Flyy SDK.
https://pub.dartlang.org/packages/flyy_flutter_pluginn)
Getting Started
This flutter plugin is a wrapper around our Android and iOS SDKs.
Installation
This plugin is available on Pub: https://pub.dartlang.org/packages/flyy_flutter_plugin
Add this to dependencies
in your app's pubspec.yaml
flyy_flutter_plugin: ^1.0.2+1
Note for Android: Make sure that the minimum API level for your app is 19 or higher.
Note for iOS: Make sure that the minimum deployment target for your app is iOS 11.0 or higher.
Run flutter packages get
in the root directory of your app.
Usage
Sample code to integrate can be found in example/lib/main.dart.
Import package
import 'package:flyy_flutter_plugin/flyy_flutter_plugin.dart';
This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.