fyno_flutter_inapp 1.1.1
fyno_flutter_inapp: ^1.1.1 copied to clipboard
Fyno's Flutter InApp SDK comes with the ability to provide its users with a multitude of notification features, all bundled into one, allowing it to smartly provide the best and optimised message deli [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fyno_flutter_inappThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fyno_flutter_inapp: ^1.1.1Alternatively, 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:fyno_flutter_inapp/fyno_flutter_inapp.dart';