awesome_alert
A highly customizable Flutter library for creating beautiful alerts, loading indicators, image dialogues, and list alerts with ease.
What this package is like to depend on
Last release 6 months ago
24 Feb 2026
Release timing varies
gaps range from 2 weeks to 5 months
Nearly every release is documented
notes for 28 of 29 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
29 releases · first in 2023
2 releases in the last 12 months
see the full history below
Release timeline
29 releases · Aug 2023 to Feb 2026Releases
latest 29-
1.2.024 Feb 2026Release notes
Open source →- API Modernization: Introduced new static methods for a cleaner developer experience:
AwesomeAlert.show,showLoading,showImage,showList, andshowCustom. - Standardized Parameter Names: Renamed parameters to follow Flutter conventions (e.g.,
insetPadding,contentPadding,showCloseButton,onDismiss). - New Feature: Added
backgroundColorsupport toshowCustom. - Backward Compatibility: Marked existing instance-based methods as
@deprecatedwith clear migration paths. - Documentation: Added comprehensive Dartdoc comments to all public members.
- Structure: Moved example project to the root
example/folder. - Typing: Improved type safety by using
VoidCallbackfor alert actions. - Quality: Revamped
README.mdand optimizedpubspec.yamlmetadata.
- API Modernization: Introduced new static methods for a cleaner developer experience:
-
1.1.602 Oct 2025 -
1.1.509 Aug 2025 -
1.1.410 Jul 2025Release notes
Open source →- Removed selectableText in default modal for iOS to avoid exceptions with context.
-
1.1.330 May 2025 -
1.1.215 May 2025 -
1.1.124 Mar 2025 -
1.1.012 Mar 2025Release notes
Open source →- added the fizedSize property to alerts, allowing you to set a fixed width, ideal for web use. AwesomeAlertTheme().fixedSize = 600; or showAlert(fixedSize:600,...)
-
1.0.201 Nov 2024 -
1.0.123 Sep 2024 -
1.0.017 Sep 2024Release notes
Open source →- New options on singleton AwesomeAlertTheme.
- AwesomeAlert(context:context).showAlert([...]) added option |bool? showCloseButton|
-
0.1.811 Sep 2024Release notes
Open source →- showAlert isHtml property added for descripton html.
- Added comments in the code.
-
0.1.711 Jun 2024 -
0.1.622 May 2024 -
0.1.522 May 2024 -
0.1.427 Mar 2024 -
0.1.322 Feb 2024Release notes
Open source →- Changed the type of image that will be loaded, supported local image, file and web url.
-
0.1.222 Jan 2024Release notes
Open source →-
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.121 Nov 2023 -
0.1.016 Nov 2023 -
0.0.916 Nov 2023Release notes
Open source →- Default button color of default alert changed to Theme.colorScheme of project.
- Update flutter sdk.
-
0.0.829 Aug 2023 -
0.0.703 Aug 2023 -
0.0.603 Aug 2023Nothing published for this version
-
0.0.502 Aug 2023 -
0.0.402 Aug 2023Release notes
Open source →- 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.302 Aug 2023 -
0.0.202 Aug 2023 -
0.0.102 Aug 2023Release notes
Open source →- Simple alert "awesomeAlert.showAlert()).
- Simple alert with custom body "awesomeAlert.showCustomAleert()".