push_express_lib 0.0.3
push_express_lib: ^0.0.3 copied to clipboard
A Flutter package for connecting Firebase Cloud Messaging (FCM) with Push Express website.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add push_express_lib
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
push_express_lib: ^0.0.3
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:push_express_lib/push_express_lib.dart';