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
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';
We have an exhaustive sample project demonstrating almost every feature of the library.
It is recommended to check the sample project to get a complete understanding of all the features offered by the library.
I highly encourage the community to step forward and improve this library further. You can fix any reported bug, propose or implement new features, write tests, etc.
Here is a quick list of things to remember
Author: sososdk
GitHub: https://github.com/sososdk/flash
☞ Dart Programming Tutorial - Full Course
☞ Flutter Course - Full Tutorial for Beginners
☞ Flutter - Build Cryptocurrency App From Scratch
☞ Top 4 Programming Languages to Learn In 2019
☞ Flutter File Upload - Pick, Crop, and Save Images to the Cloud