maxzod / queen_alerts

alert with simple and responsive alert ? or toast ? or dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

alert with simple and responsive alert ? or toast ? or dialog

License:MIT License


Languages

Language:Dart 55.0%Language:C++ 29.7%Language:CMake 11.5%Language:HTML 2.2%Language:C 0.6%Language:Swift 0.6%Language:Kotlin 0.4%Language:Objective-C 0.1%