awesome_alert 1.0.0 copy "awesome_alert: ^1.0.0" to clipboard
awesome_alert: ^1.0.0 copied to clipboard

This package allows you to create your alerts in a customized and simple way. There are ready-made templates such as loading or image loading, but you can also create your own custom alert.

1.0.0 #

  • New options on singleton AwesomeAlertTheme.
  • AwesomeAlert(context:context).showAlert([...]) added option |bool? showCloseButton|

0.1.8 #

  • showAlert isHtml property added for descripton html.
  • Added comments in the code.

0.1.7 #

  • Fix alertImage loading size.

0.1.6 #

  • Option to set button function and title in Alert List.

0.1.5 #

  • Option to set space between lines in Alert List.

0.1.4 #

  • Alert list.

0.1.3 #

  • Changed the type of image that will be loaded, supported local image, file and web url.

0.1.2 #

  • Now it is possible to define a default theme that will be used if it does not contain a definition in the method call. To configure the default theme, just call the AwesomeAlertTheme().confirmButtonColor = Theme.of(context).colorScheme.onPrimary; and define existing properties.

  • Changed the names of some properties to make them more intuitive.

0.1.1 #

  • Checking canPop on hide alert.

0.1.0 #

  • Comments on code.

0.0.9 #

  • Default button color of default alert changed to Theme.colorScheme of project.
  • Update flutter sdk.

0.0.8 #

  • Default text color of alert changed to Colors.white.

0.0.7 #

  • Updated readme, edded example.

0.0.5 #

  • Fix on "awesomeAlert.alertImage()" properties.

0.0.4 #

  • Add AlertImage "awesomeAlert.alertImage()", simple way to you can load image from web or local image into alert.
  • Fix body of showAlert properties.

0.0.3 #

  • just to fix the post display on pub.dev.

0.0.2 #

  • Add Alert loading "awesomeAlert.alertLoading()".

0.0.1 #

  • Simple alert "awesomeAlert.showAlert()).
  • Simple alert with custom body "awesomeAlert.showCustomAleert()".
11
likes
0
pub points
64%
popularity

Publisher

unverified uploader

This package allows you to create your alerts in a customized and simple way. There are ready-made templates such as loading or image loading, but you can also create your own custom alert.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_widget_from_html

More

Packages that depend on awesome_alert