fyno_flutter_inapp 1.0.7 fyno_flutter_inapp: ^1.0.7 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_inapp
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fyno_flutter_inapp: ^1.0.7
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:fyno_flutter_inapp/fyno_flutter_inapp.dart';