notification_transport 1.1.0 copy "notification_transport: ^1.1.0" to clipboard
notification_transport: ^1.1.0 copied to clipboard

Notification transport for revere logger (via flutter_local_notifications).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_transport

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  notification_transport: ^1.1.0

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:notification_transport/notification_transport.dart';
0
likes
150
points
284
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Notification transport for revere logger (via flutter_local_notifications).

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_local_notifications, revere

More

Packages that depend on notification_transport