PackageTrack
Sign in Get early access

awesome_alert

A highly customizable Flutter library for creating beautiful alerts, loading indicators, image dialogues, and list alerts with ease.

1.2.0 gaabrielricci/AwesomeAlert

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 2026
2024 2025 2026
Release Pre-release

Releases

latest 29
  1. 1.2.0 24 Feb 2026
    Release notes
    • API Modernization: Introduced new static methods for a cleaner developer experience: AwesomeAlert.show, showLoading, showImage, showList, and showCustom.
    • Standardized Parameter Names: Renamed parameters to follow Flutter conventions (e.g., insetPadding, contentPadding, showCloseButton, onDismiss).
    • New Feature: Added backgroundColor support to showCustom.
    • Backward Compatibility: Marked existing instance-based methods as @deprecated with 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 VoidCallback for alert actions.
    • Quality: Revamped README.md and optimized pubspec.yaml metadata.
    Open source →
  2. 1.1.6 02 Oct 2025
    Release notes
    • Fix Platform Check for Web.
    Open source →
  3. 1.1.5 09 Aug 2025
    Release notes
    • Update Lib HTML core.
    Open source →
  4. 1.1.4 10 Jul 2025
    Release notes
    • Removed selectableText in default modal for iOS to avoid exceptions with context.
    Open source →
  5. 1.1.3 30 May 2025
    Release notes
    • Fix closebutton parameter in showAlert method.
    Open source →
  6. 1.1.2 15 May 2025
    Release notes
    • Add conditional spacing for close button in alert title
    Open source →
  7. 1.1.1 24 Mar 2025
    Release notes
    • added the AwesomeAlertTheme().borderRadius to default theme
    Open source →
  8. 1.1.0 12 Mar 2025
    Release notes
    • added the fizedSize property to alerts, allowing you to set a fixed width, ideal for web use. AwesomeAlertTheme().fixedSize = 600; or showAlert(fixedSize:600,...)
    Open source →
  9. 1.0.2 01 Nov 2024
    Release notes
    • Updated HTML extension to be compat with webview_flutter: ^4.10.0.
    Open source →
  10. 1.0.1 23 Sep 2024
    Release notes
    • internalBodyPadding on singleton AwesomeAlertTheme.
    Open source →
  11. 1.0.0 17 Sep 2024
    Release notes
    • New options on singleton AwesomeAlertTheme.
    • AwesomeAlert(context:context).showAlert([...]) added option |bool? showCloseButton|
    Open source →
  12. 0.1.8 11 Sep 2024
    Release notes
    • showAlert isHtml property added for descripton html.
    • Added comments in the code.
    Open source →
  13. 0.1.7 11 Jun 2024
    Release notes
    • Fix alertImage loading size.
    Open source →
  14. 0.1.6 22 May 2024
    Release notes
    • Option to set button function and title in Alert List.
    Open source →
  15. 0.1.5 22 May 2024
    Release notes
    • Option to set space between lines in Alert List.
    Open source →
  16. 0.1.4 27 Mar 2024
    Release notes
    • Alert list.
    Open source →
  17. 0.1.3 22 Feb 2024
    Release notes
    • Changed the type of image that will be loaded, supported local image, file and web url.
    Open source →
  18. 0.1.2 22 Jan 2024
    Release notes
    • 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.

    Open source →
  19. 0.1.1 21 Nov 2023
    Release notes
    • Checking canPop on hide alert.
    Open source →
  20. 0.1.0 16 Nov 2023
    Release notes
    • Comments on code.
    Open source →
  21. 0.0.9 16 Nov 2023
    Release notes
    • Default button color of default alert changed to Theme.colorScheme of project.
    • Update flutter sdk.
    Open source →
  22. 0.0.8 29 Aug 2023
    Release notes
    • Default text color of alert changed to Colors.white.
    Open source →
  23. 0.0.7 03 Aug 2023
    Release notes
    • Updated readme, edded example.
    Open source →
  24. 0.0.6 03 Aug 2023

    Nothing published for this version

  25. 0.0.5 02 Aug 2023
    Release notes
    • Fix on "awesomeAlert.alertImage()" properties.
    Open source →
  26. 0.0.4 02 Aug 2023
    Release notes
    • Add AlertImage "awesomeAlert.alertImage()", simple way to you can load image from web or local image into alert.
    • Fix body of showAlert properties.
    Open source →
  27. 0.0.3 02 Aug 2023
    Release notes
    • just to fix the post display on pub.dev.
    Open source →
  28. 0.0.2 02 Aug 2023
    Release notes
    • Add Alert loading "awesomeAlert.alertLoading()".
    Open source →
  29. 0.0.1 02 Aug 2023
    Release notes
    • Simple alert "awesomeAlert.showAlert()).
    • Simple alert with custom body "awesomeAlert.showCustomAleert()".
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive