PackageTrack
Sign in Get early access

flutter_command

flutter_command is a way to manage your state based on `ValueListenable` and the `Command` design pattern.

7.2.2 3.0K downloads/mo #4625 most downloaded on pub.dev escamoteur/flutter_command

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships unpredictably

gaps range from 9 days to 8 months

Rarely documented

notes for 5 of 47 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

48 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

48 releases · Aug 2020 to Dec 2024
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 48
  1. 7.2.2 25 Dec 2024

    Nothing published for this version

  2. 7.2.1 25 Dec 2024

    Nothing published for this version

  3. 7.2.0 25 Dec 2024

    Nothing published for this version

  4. 7.0.1 27 Nov 2024

    Nothing published for this version

  5. 7.0.0 14 Nov 2024

    Nothing published for this version

  6. 6.0.1 29 Sep 2024

    Nothing published for this version

  7. 6.0.0 20 Sep 2024

    Nothing published for this version

  8. 6.0.0+pre1 21 Jul 2024

    Nothing published for this version

  9. 6.0.0+pre2 21 Jul 2024

    Nothing published for this version

  10. 5.0.0 24 Mar 2023

    Nothing published for this version

  11. 5.0.0+1 28 Mar 2023

    Nothing published for this version

  12. 5.0.0+2 21 Apr 2023

    Nothing published for this version

  13. 5.0.0+3 05 May 2023

    Nothing published for this version

  14. 5.0.0+4 18 May 2023

    Nothing published for this version

  15. 5.0.0+5 18 Jun 2023

    Nothing published for this version

  16. 5.0.0+6 20 Jun 2023

    Nothing published for this version

  17. 5.0.0+7 29 Jul 2023

    Nothing published for this version

  18. 5.0.0+8 31 Jul 2023

    Nothing published for this version

  19. 5.0.0+9 02 Aug 2023

    Nothing published for this version

  20. 5.0.0+10 11 Aug 2023

    Nothing published for this version

  21. 5.0.0+11 13 Aug 2023

    Nothing published for this version

  22. 5.0.0+12 14 Aug 2023

    Nothing published for this version

  23. 5.0.0+14 15 Aug 2023

    Nothing published for this version

  24. 5.0.0+15 30 Aug 2023

    Nothing published for this version

  25. 5.0.0+16 18 Sep 2023

    Nothing published for this version

  26. 5.0.0+17 08 Nov 2023

    Nothing published for this version

  27. 5.0.0+18 18 Jul 2024

    Nothing published for this version

  28. 5.0.0+19 18 Jul 2024

    Nothing published for this version

  29. 5.0.0+20 19 Jul 2024

    Nothing published for this version

  30. 4.0.0 01 Mar 2023

    Nothing published for this version

  31. 3.0.0 24 Feb 2023

    Nothing published for this version

  32. 2.0.1 07 May 2021
    Release notes
    • Fixed small nullability bug in the signature of
      static Command<TParam, TResult> createAsync<TParam, TResult>(
          Future<TResult> Function(TParam? x) func, TResult initialValue
    

    the type of func has to be correctly Future<TResult> Function(TParam x) so now it looks like

      static Command<TParam, TResult> createAsync<TParam, TResult>(
          Future<TResult> Function(TParam x) func, TResult initialValue,
    

    You could probably call this a breaking change but as it won't change the behaviour, just that you probably will have to remove some '!' from your code I won't do a major version here.

    Open source →
  33. 2.0.0 03 Mar 2021
    Release notes
    • finished null safety migration
    • thrownExceptions only notifies its listeners now when a error happens and not also when it is reset to null at the beginning of a command
    Open source →
  34. 1.0.0-nullsafety.1 16 Feb 2021 pre-release
    Release notes
    • Added toWidget() extension method on CommandResult
    Open source →
  35. 0.9.3 25 Oct 2020

    Nothing published for this version

  36. 0.9.2 25 Oct 2020
    Release notes
    • Added executeWithFuture to use with RefreshIndicator
    • Added toWidget() method
    Open source →
  37. 0.9.1 24 Aug 2020
    Release notes
    • Shortened package description in pubspec
    Open source →
  38. 0.9.0 24 Aug 2020
    Release notes
    • Initial official release
    Open source →
  39. 0.5.9 16 Aug 2020

    Nothing published for this version

  40. 0.5.8 16 Aug 2020

    Nothing published for this version

  41. 0.5.7 16 Aug 2020

    Nothing published for this version

  42. 0.5.6 16 Aug 2020

    Nothing published for this version

  43. 0.5.5 16 Aug 2020

    Nothing published for this version

  44. 0.5.4 16 Aug 2020

    Nothing published for this version

  45. 0.5.3 16 Aug 2020

    Nothing published for this version

  46. 0.5.2 16 Aug 2020

    Nothing published for this version

  47. 0.5.1 13 Aug 2020

    Nothing published for this version

  48. 0.5.0 13 Aug 2020

    Nothing published for this version

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