courier_flutter 3.1.1
courier_flutter: ^3.1.1 copied to clipboard
Inbox, Push Notifications and Preferences for Flutter
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add courier_flutterWith Flutter:
$ flutter pub add courier_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
courier_flutter: ^3.1.1Alternatively, 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:courier_flutter/courier_flutter.dart';