A highly customizable, powerful and easy-to-use alerting library for Flutter.
This library allows you to show messages or alerts in your app quickly and easily. It can be used as an alternative to Snackbar or Toast or Dialog and offers a plethora of useful features and customization options for you to play with.
It has been written 100% in Dart.
Getting started
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
...
flash: "^1.2.0"
In your library add the following import:
import 'package:flash/flash.dart';
Sample Project
We have an exhaustive sample project demonstrating almost every feature of the library.
Usage
It is recommended to check the sample project to get a complete understanding of all the features offered by the library.
Demo






Source:flash