overlay_notification 23.5.12 copy "overlay_notification: ^23.5.12" to clipboard
overlay_notification: ^23.5.12 copied to clipboard

A flutter plugin to show notification on top of the screen. This provide support for overlay, easy to build toast and internal notification.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add overlay_notification

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

dependencies:
  overlay_notification: ^23.5.12

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:overlay_notification/overlay_notification.dart';
2
likes
130
pub points
37%
popularity

Publisher

verified publishermohesu.com

A flutter plugin to show notification on top of the screen. This provide support for overlay, easy to build toast and internal notification.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

async, flutter

More

Packages that depend on overlay_notification