flash and powerful
a highly customizable, powerful and easy-to-use alerting library for flutter.
specs and powerful
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.1.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.
roadmap
these are some of the prioritized features in the pipeline awaiting to
be implemented in the near future
contribution
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
- check the open issues before creating a new one,
- help me in reducing the number of open issues by fixing any existing
bugs, - check the roadmap to see if you can help in implementing any new
feature, - you can contribute by writing unit and integration tests for this
library, - if you have any new idea that aligns with the goal of this library,
feel free to raise a feature request and discuss it.
Comments are closed.