/Flutter_Flash

Flutter Flash

Primary LanguageDart

Flutter Flash

⚡️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: ^3.0.5

In your library add the following import:

import 'package:flash/flash.dart';

Usage

It is recommended to check the sample project to get a complete understanding of all the features offered by the library.