An open API service indexing awesome lists of open source software.

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

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