fyno_flutter_inapp 1.0.5
fyno_flutter_inapp: ^1.0.5 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 Dart:
$ dart pub add fyno_flutter_inappWith Flutter:
$ flutter pub add fyno_flutter_inappThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fyno_flutter_inapp: ^1.0.5Alternatively, your editor might support dart pub get or 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';