notification_wall 1.0.8 copy "notification_wall: ^1.0.8" to clipboard
notification_wall: ^1.0.8 copied to clipboard

A statefull widget to initialize and handle Firebase messaging notifications, using a IndexedStack to keep app state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_wall

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

dependencies:
  notification_wall: ^1.0.8

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_wall/notification_wall.dart';
1
likes
130
pub points
0%
popularity

Publisher

verified publishersharedway.app

A statefull widget to initialize and handle Firebase messaging notifications, using a IndexedStack to keep app state.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_local_notifications

More

Packages that depend on notification_wall