awesome_alert 1.0.2 awesome_alert: ^1.0.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.
1.0.2 #
- Updated HTML extension to be compat with webview_flutter: ^4.10.0.
1.0.1 #
- internalBodyPadding on singleton AwesomeAlertTheme.
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()".