flyy_flutter_plugin 1.0.2+1 copy "flyy_flutter_plugin: ^1.0.2+1" to clipboard
flyy_flutter_plugin: ^1.0.2+1 copied to clipboard

outdated

Flutter wrapper around our Android and iOS mobile SDKs

flyy_flutter_plugin #

Flutter plugin for Flyy SDK.

(https://pub.dartlang.org/packages/flyy_flutter_plugin)

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.

5
likes
0
points
967
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter wrapper around our Android and iOS mobile SDKs

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flyy_flutter_plugin

Packages that implement flyy_flutter_plugin