farly_flutter_sdk 1.0.5 copy "farly_flutter_sdk: ^1.0.5" to clipboard
farly_flutter_sdk: ^1.0.5 copied to clipboard

The Farly Flutter SDK is a plugin for Flutter that allows you to integrate the Farly SDK into your Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add farly_flutter_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  farly_flutter_sdk: ^1.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:farly_flutter_sdk/farly_flutter_sdk.dart';
1
likes
160
pub points
0%
popularity

Publisher

unverified uploader

The Farly Flutter SDK is a plugin for Flutter that allows you to integrate the Farly SDK into your Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on farly_flutter_sdk