PackageTrack
Sign in Get early access

simple_animations

Powerful package to create beautiful custom animations in no time.

5.3.0 65K downloads/mo #1319 most downloaded on pub.dev felixblaschke/simple_animations

What this package is like to depend on

Last release 3 months ago

23 May 2026

Release timing varies

gaps range from 2 weeks to 1.4 years

Most releases are documented

notes for 50 of 64 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

90 releases · first in 2019

1 release in the last 12 months

see the full history below

Release timeline

90 releases · Mar 2019 to May 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 90
  1. 5.3.0 23 May 2026
    Release notes
    • Align project constraints with the latest Flutter release baseline. (sdk: ^3.12.0, flutter: >=3.44.0 and flutter_lints ^6.0.0).
    • Update the example app dependencies to match current Flutter project defaults.
    • Fix AnimationMixin compatibility with Flutter's updated TickerMode API.
    • Add regression coverage for AnimationMixin reacting to TickerMode changes.
    • Add widget test coverage for AnimationDeveloperTools.
    • Improve README quality.
    Open source →
  2. 5.2.0 03 May 2025
    Release notes
    • Realigned code base with Flutter 3.29.2
    • Fix deprecations reported by linter: library keybword, withOpacity() usages
    • Fix test cases due to changed test timings (is more accurate now)
    Open source →
  3. 5.1.0 02 Nov 2024
    Release notes
    • Realigned code base with Flutter 3.24.0
    • Removed dependency to package collection
    Open source →
  4. 5.0.2 13 Jun 2023
    Release notes

    Add compatibility with Flutter 3.12.0

    Open source →
    Release notes
    • Added compatibility with Flutter 3.12.0
    Open source →
  5. 5.0.1 31 May 2023
    Release notes
    • More robust implementation for CustomAnimationBuilder with delay.
    Open source →
  6. 5.0.0 13 Aug 2022
    Release notes

    If you come from 4.x, please look at migration kit package for 4.x to 5.x upgrade for detailed description of breaking changes. That package also contain all original classes from 4.x to simplify the upgrade.

    • New: MovieTween (replaces MultiTween and TimelineTween)
    • Update: Reworked the documentation
    • Breaking changes: Builder classes got API changes to be closer to Flutter conventions. Old classes and behavior are still available via migration kit package.
    • Breaking changes: Dropped TimelineTween. TimelineTween is still available via migration kit package.
    • Breaking changes: Dropped MultiTween. MultiTween is still available via migration kit package.

    Open source →
  7. 5.0.0+1 13 Aug 2022

    Nothing published for this version

  8. 5.0.0+2 13 Aug 2022
    Release notes
    • Readme path fixes
    Open source →
  9. 5.0.0+3 20 Nov 2022
    Release notes
    • Added funding section
    Open source →
  10. 4.2.0 29 Jun 2022

    Nothing published for this version

  11. 4.1.0 06 Jun 2022
    Release notes

    Upgrade code base to Flutter 3

    Open source →
    Release notes
    • Update: Code base is now compliant to Flutter 3.0.0
    • Update: Dependencies
    Open source →
  12. 4.0.2 28 Apr 2022
    Release notes
    • Update: flutter_lints is now listed as dev_dependencies within pubspec.yaml.
    Open source →
  13. 4.0.1 03 Oct 2021
    Release notes

    increase dart min sdk version (4.0.1)

    Open source →
    Release notes
    • Fix: Increase Dart minimum SDK version to 2.14.0 because of used unawaited method.
    Open source →
  14. 4.0.0 21 Sep 2021
    Release notes
    • New: Added lifecycle callbacks onStart and onComplete for PlayAnimation and CustomAnimation widgets.
    • Breaking change: The liquid feature has been separated into an own package sa3_liquid.
    • Breaking change: Removed deprecated uppercase variants of CustomAnimationControl enum. Use the lower case ones.
    • Update: Removed supercharged dependency
    • Update: Removed supercharged usage from documentation
    • Update: Restructured documentation

    Open source →
  15. 4.0.0-next.3 19 Sep 2021 pre-release

    Nothing published for this version

  16. 4.0.0-next.2 19 Sep 2021 pre-release

    Nothing published for this version

  17. 4.0.0-next.1 18 Sep 2021 pre-release

    Nothing published for this version

  18. 3.2.0 16 Sep 2021
    Release notes
    • Update: Adapt code and examples to modern Dart style guide.
    • Update: Use flutter_lints instead of pedantic
    Open source →
  19. 3.1.1 24 Apr 2021
    Release notes
    • Fix: README file issue
    Open source →
  20. 3.1.1-preview.1 24 Apr 2021 pre-release

    Nothing published for this version

  21. 3.1.0 24 Apr 2021
    Release notes
    • Update: Reworked and improved documentation
    • Update: Adapted CustomAnimationControl enum style guide. The values in "SCREAMING_CAPS" are deprecated now.
    Open source →
  22. 3.0.3 17 Mar 2021
    Release notes
    • Fix: Analyzer issue
    Open source →
  23. 3.0.2 14 Mar 2021
    Release notes
    • Fix: Exception in SKIA web if effective blur radius is 0 (PlasmaRenderer)
    Open source →
  24. 3.0.1 08 Mar 2021
    Release notes
    • Fix: Rendering size / position of atlas-based particle rendering
    Open source →
  25. 3.0.0 06 Mar 2021
    Release notes
    • New: Simple Animations is sound null-safe (Flutter 2.0)
    • New: Atlas-based particle rendering mode for PlasmaRenderer
    • Update: Optimization of TimelineTween computations
    • Breaking: Remove widgets that got deprecated with version 2.x.x

    Open source →
  26. 3.0.0-nullsafety.5 06 Mar 2021 pre-release

    Nothing published for this version

  27. 3.0.0-nullsafety.4 16 Feb 2021 pre-release

    Nothing published for this version

  28. 3.0.0-nullsafety.3 26 Jan 2021 pre-release

    Nothing published for this version

  29. 3.0.0-nullsafety.2 08 Dec 2020 pre-release

    Nothing published for this version

  30. 3.0.0-nullsafety.1 01 Dec 2020 pre-release

    Nothing published for this version

  31. 3.0.0-nullsafety.0 21 Nov 2020 pre-release

    Nothing published for this version

  32. 2.5.1 16 Feb 2021
    Release notes
    • Fix: Added missing type annotations to TimelineTween
    Open source →
  33. 2.5.0 22 Jan 2021
    Release notes
    • New: PlasmaRenderer
    • New: Timeline Tween
    • New: Animation Developer Tools
    • Update: Reorganized documentation
    • Deprecation: Plasma (replaced by PlasmaRenderer)
    Open source →
  34. 2.5.0-internal.6 16 Jan 2021 pre-release

    Nothing published for this version

  35. 2.5.0-internal.5 06 Jan 2021 pre-release

    Nothing published for this version

  36. 2.5.0-internal.4 06 Jan 2021 pre-release

    Nothing published for this version

  37. 2.5.0-internal.3 29 Dec 2020 pre-release

    Nothing published for this version

  38. 2.5.0-internal.2 28 Dec 2020 pre-release

    Nothing published for this version

  39. 2.5.0-internal.1 18 Dec 2020 pre-release

    Nothing published for this version

  40. 2.5.0-internal.0 17 Dec 2020 pre-release

    Nothing published for this version

  41. 2.4.2 08 Dec 2020
    Release notes
    • Fix: Link in README.md
    Open source →
  42. 2.4.1 08 Dec 2020
    Release notes
    • Update: Dependencies
    • Fix: Homepage url in pubspec.yaml
    Open source →
  43. 2.4.0 01 Dec 2020
    Release notes
    • Update: Merged module packages into a single simple_animations package
    Open source →
  44. 2.4.0-beta.4 01 Dec 2020 pre-release

    Nothing published for this version

  45. 2.4.0-beta.3 01 Dec 2020 pre-release

    Nothing published for this version

  46. 2.4.0-beta.2 01 Dec 2020 pre-release

    Nothing published for this version

  47. 2.4.0-beta.1 01 Dec 2020 pre-release

    Nothing published for this version

  48. 2.3.1 21 Nov 2020
    Release notes
    • Fix: Liquid - Plasma: added fix for render issue in web builds (#45)
    Open source →
  49. 2.3.0 18 Nov 2020
    Release notes
    • New: Added new module Liquid along with Liquid Studio
    • New: FPS-Limiter for Anicoto and Stateless Animation
    Open source →
  50. 2.3.0-beta.4 18 Nov 2020 pre-release

    Nothing published for this version

  51. 2.3.0-beta.3 18 Nov 2020 pre-release

    Nothing published for this version

  52. 2.3.0-beta.2 18 Nov 2020 pre-release

    Nothing published for this version

  53. 2.3.0-beta.1 18 Nov 2020 pre-release

    Nothing published for this version

  54. 2.2.3 15 Oct 2020
    Release notes
    • New: Added accessor getOrElse() for the MultiTweenValues class
    Open source →
  55. 2.2.2 06 Sep 2020
    Release notes
    • Update: Migrated to new pub.dev page structure
    • Update: Upgraded dependencies
    • Fix: removed directory with old / outdated documentation
    Open source →
  56. 2.2.2-beta.1 06 Sep 2020 pre-release

    Nothing published for this version

  57. 2.2.1 14 May 2020
    Release notes
    • Update: dependencies
    • Update: enforce stricter type rules
    • Update: upgraded to pedantic rule set 1.9.0
    Open source →
  58. 2.2.0 07 May 2020
    Release notes
    • New: MultiTween add method now uses Animatable instead of Tween.
    Open source →
  59. 2.1.1 28 Apr 2020
    Release notes
    • Fix: critical typo in readme (dependency name)
    Open source →
  60. 2.1.0 26 Apr 2020
    Release notes
    • New: integrated all classes from version 1. They are all marked as deprecated.
    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