awesome_alert 0.1.2 awesome_alert: ^0.1.2 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.
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()".