PackageTrack
Sign in Get early access

flash

A highly customizable, powerful and easy-to-use alerting library for Flutter.

3.1.1 39K downloads/mo #1646 most downloaded on pub.dev sososdk/flash

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 7 months

Most releases are documented

notes for 36 of 41 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

44 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

44 releases · Aug 2019 to Jun 2024
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 44
  1. 3.1.1 24 Jun 2024

    Nothing published for this version

  2. 3.1.0 22 Nov 2023
    Release notes
    • Migrate to flutter 3.16.0 .
    Open source →
  3. 3.0.5 19 May 2023
    Release notes
    • Fix remove view insets of child.
    Open source →
  4. 3.0.5+1 30 May 2023
    Release notes
    • FlashBar add builder param to warp child.
    Open source →
  5. 3.0.5+2 27 Oct 2023
    Release notes
    • Add onRemoveFromRoute in DefaultFlashController, it only works when persistent is false.
    Open source →
  6. 3.0.4 18 May 2023
    Release notes
    • Fix using safe area is now optional.
    Open source →
  7. 3.0.3 25 Apr 2023
    Release notes
    • Refactor: flash dismiss direction and add slideAnimationCreator to customize slide animation.
    Open source →
  8. 3.0.3+1 26 Apr 2023

    Nothing published for this version

  9. 3.0.3+2 26 Apr 2023

    Nothing published for this version

  10. 3.0.3+3 26 Apr 2023

    Nothing published for this version

  11. 3.0.3+4 26 Apr 2023
    Release notes
    • Fix: set FLash hit test behavior to HitTestBehavior.deferToChild.
    • Add context for slide animation creator.
    • Fix: create slide animation before initState completed.
    Open source →
  12. 3.0.3+5 27 Apr 2023
    Release notes
    • Change the default Toast text style to bodyLarge.
    Open source →
  13. 3.0.2 24 Apr 2023
    Release notes
    • Fix: wrap captured theme child with Builder.
    • Feat: add onBarrierTap. optimize default flash theme.
    • Fix: Flash animation handle.
    Open source →
  14. 3.0.1 10 Apr 2023
    Release notes
    • Add default FlashBarTheme and FlashToastTheme.
    Open source →
  15. 3.0.0 03 Apr 2023
    Release notes
    • Publish 3.0.0
    Open source →
  16. 3.0.0-dev 15 Feb 2023 pre-release

    Nothing published for this version

  17. 3.0.0-dev+1 17 Feb 2023 pre-release
    Release notes
    • Refactor.
    • Add flash route.
    • Use ThemeExtension.
    Open source →
  18. 2.0.5 27 Sep 2022
    Release notes
    • Add copyWith method for theme data.
    Open source →
  19. 2.0.5+1 13 Feb 2023
    Release notes
    • Remove some about focusScopeNode.
    Open source →
  20. 2.0.4 27 Sep 2022
    Release notes
    • Add position optional param for FlashBarShortcuts.
    Open source →
  21. 2.0.3 30 Sep 2021
    Release notes
    • Add return Future for Flash.dismiss.
    Open source →
  22. 2.0.3+1 13 Dec 2021
    Release notes
    • Add return Future for Flash.dismiss.
    Open source →
  23. 2.0.3+2 07 Jan 2022
    Release notes
    • Add constraints optional params for Flash.
    • Add transitionDuration and constraints configuration.
    Open source →
  24. 2.0.3+3 19 Jul 2022
    Release notes
    • Fix #49
    Open source →
  25. 2.0.2 22 Sep 2021
    Release notes
    • Add optional params for Toast.
    Open source →
  26. 2.0.1 23 Jun 2021
    Release notes
    • Add optional params useSafeArea.
    Open source →
  27. 2.0.0 17 May 2021
    Release notes
    • Restructure.
    • Add context shortcuts.
    • Add theme configuration.
    Open source →
  28. 1.5.2 28 Apr 2021
    Release notes
    • Add optional params rootNavigator.
    Open source →
  29. 1.5.2+1 06 May 2021
    Release notes
    • Remove optional params rootNavigator.
    • Change the method of finding root overlay.
    Open source →
  30. 1.5.2+2 13 May 2021
    Release notes
    • fix: #22 #23.
    Open source →
  31. 1.5.1 25 Mar 2021
    Release notes
    • Fix return value to nullable.
    Open source →
  32. 1.5.0 09 Mar 2021
    Release notes
    • Stable null-safety release
    Open source →
  33. 1.4.0-nullsafety 19 Nov 2020 pre-release
    Release notes
    • Migrate to null safety.
    • Update example.
    Open source →
  34. 1.3.2 01 Feb 2021

    Nothing published for this version

  35. 1.3.1 26 Apr 2020
    Release notes
    • Add FlashController.isDisposed .
    Open source →
  36. 1.3.0 21 Apr 2020
    Release notes
    • Remove userInputForm.
    Open source →
  37. 1.2.4 10 Apr 2020
    Release notes
    • Hide soft keyboard like a route when show a not persistent flash.
    • In the example, because WillPopScope conflicts with FlashController.onWillPop, use BackButtonInterceptor instead of WillPopScope.
    Open source →
  38. 1.2.3 18 Mar 2020
    Release notes
    • Fix FlashBuilder type not match.
    Open source →
  39. 1.2.2 17 Mar 2020
    Release notes
    • Adjust message bottom margin.
    Open source →
  40. 1.2.1 17 Mar 2020
    Release notes
    • Remove deprecated method.
    • Remove unused variable.
    Open source →
  41. 1.2.0 14 Oct 2019
    Release notes

    Added

    • Dismiss with horizontal drag.
    • Added FlashHelper for example.
    Open source →
  42. 1.1.0 14 Aug 2019
    Release notes

    Changed

    • Rename to flash
    • Refactoring code makes it easier to customize content

    Added

    • FlashPosition.center
    Open source →
  43. 1.1.0+1 14 Aug 2019
    Release notes

    Fixes

    • Fixed animation dismissed but dismissInternal() not called.
    Open source →
  44. 1.1.0+2 14 Aug 2019
    Release notes

    Fixes

    • margin added null checks
    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