https://github.com/maxzod/queen_alerts
alert with simple and responsive alert ? or toast ? or dialog
https://github.com/maxzod/queen_alerts
alert dart dialogs flutter toast
Last synced: 12 months ago
JSON representation
alert with simple and responsive alert ? or toast ? or dialog
- Host: GitHub
- URL: https://github.com/maxzod/queen_alerts
- Owner: maxzod
- License: mit
- Created: 2021-03-10T01:13:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T08:58:10.000Z (almost 5 years ago)
- Last Synced: 2023-08-20T22:58:58.012Z (over 2 years ago)
- Topics: alert, dart, dialogs, flutter, toast
- Language: Dart
- Homepage:
- Size: 1.25 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# queen_alerts
# alert with simple and responsive alert ? or toast ? or dialog ?
# Demo
https://maxzod.github.io/queen_alerts/
# How To Use
with thw QueenAlert class you get access to
- prompt object which can alert with
- danger
- warning
- info
- custom (alert with your own content)
- builder (builder your own alert widget )
- toast object which can
- text() => show toast with Text widget
- withIcon() => show toast with Text and Icon widget
- builder() => build your entire toast widget
## see example tab for more info