easy_in_app_notify 1.0.0 copy "easy_in_app_notify: ^1.0.0" to clipboard
easy_in_app_notify: ^1.0.0 copied to clipboard

A beautiful Flutter package for displaying notifications as in-app overlays with smooth animations, progress indicators, and customizable styling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_in_app_notify

With Flutter:

 $ flutter pub add easy_in_app_notify

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

dependencies:
  easy_in_app_notify: ^1.0.0

Alternatively, 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:easy_in_app_notify/easy_in_app_notify.dart';
3
likes
0
points
545
downloads

Publisher

verified publishermomaher.dev

Weekly Downloads

A beautiful Flutter package for displaying notifications as in-app overlays with smooth animations, progress indicators, and customizable styling.

Repository (GitHub)
View/report issues

Topics

#notifications #in-app #overlay #animations #material-design

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, flutter_ringtone_player, provider

More

Packages that depend on easy_in_app_notify