farly_flutter_sdk 1.0.5 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.
farly_flutter_sdk #
Farly SDK for Flutter
Installation #
This Flutter plugin is published on pub.dev.
See https://pub.dev/packages/farly_flutter_sdk/install
Usage #
The full documentation is accessible at https://mobsuccess.notion.site/Farly-React-Native-SDK-82afeefd32e2423d93bf8c8e73846e14
You can also check the example app in the example
folder.
Working on the plugin #
Development #
From vscode, open example/main.dart
and select Run > Start Debugging
to launch the example app. You can select the device on the bottom right corner of the screen. (you will need the flutter extension installed).
Releasing #
First, bump the version in pubspec.yaml
and ios/farly_flutter_sdk.podspec
.
Don't forget to fill in the CHANGELOG.md file.
Then run the following commands (you will need to be logged in on pub.dev):
flutter pub publish --dry-run # Check that everything is ok
flutter pub publish # Publish the new version
License #
MIT