0 purchases
alert banner
🔥 A powerful & beautiful alert banner that animates a message to the user 🔥 #
Submit an issue here.
Create a pull request here.
Contact me via email here.
One simple way to use 📚 #
Here is a quick example. Simply call showAlertBanner(...).
TextButton(
onPressed: () => showAlertBanner( // <-- The function!
context,
() => print("TAPPED"),
const ExampleAlertBannerChild(), // <-- Put any widget here you want!
alertBannerLocation: AlertBannerLocation.bottom,
),
child: const Text("Show alert"),
// .. EDIT MORE FIELDS HERE ...
),
copied to clipboard
Installing 🧑🏫 #
Install the package from the pub.
flutter pub add alert_banner
Import the package.
import 'package:alert_banner/exports.dart';
Example Gif 📸 #
Additional Info 📣 #
The package is always open to improvements, suggestions, and additions!
I'll look through PRs and issues as soon as I can!
Learn about me.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.