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 2024Releases
latest 48-
7.2.225 Dec 2024Nothing published for this version
-
7.2.125 Dec 2024Nothing published for this version
-
7.2.025 Dec 2024Nothing published for this version
-
7.0.127 Nov 2024Nothing published for this version
-
7.0.014 Nov 2024Nothing published for this version
-
6.0.129 Sep 2024Nothing published for this version
-
6.0.020 Sep 2024Nothing published for this version
-
6.0.0+pre121 Jul 2024Nothing published for this version
-
6.0.0+pre221 Jul 2024Nothing published for this version
-
5.0.024 Mar 2023Nothing published for this version
-
5.0.0+128 Mar 2023Nothing published for this version
-
5.0.0+221 Apr 2023Nothing published for this version
-
5.0.0+305 May 2023Nothing published for this version
-
5.0.0+418 May 2023Nothing published for this version
-
5.0.0+518 Jun 2023Nothing published for this version
-
5.0.0+620 Jun 2023Nothing published for this version
-
5.0.0+729 Jul 2023Nothing published for this version
-
5.0.0+831 Jul 2023Nothing published for this version
-
5.0.0+902 Aug 2023Nothing published for this version
-
5.0.0+1011 Aug 2023Nothing published for this version
-
5.0.0+1113 Aug 2023Nothing published for this version
-
5.0.0+1214 Aug 2023Nothing published for this version
-
5.0.0+1415 Aug 2023Nothing published for this version
-
5.0.0+1530 Aug 2023Nothing published for this version
-
5.0.0+1618 Sep 2023Nothing published for this version
-
5.0.0+1708 Nov 2023Nothing published for this version
-
5.0.0+1818 Jul 2024Nothing published for this version
-
5.0.0+1918 Jul 2024Nothing published for this version
-
5.0.0+2019 Jul 2024Nothing published for this version
-
4.0.001 Mar 2023Nothing published for this version
-
3.0.024 Feb 2023Nothing published for this version
-
2.0.107 May 2021Release notes
Open source →- Fixed small nullability bug in the signature of
static Command<TParam, TResult> createAsync<TParam, TResult>( Future<TResult> Function(TParam? x) func, TResult initialValuethe type of
funchas to be correctlyFuture<TResult> Function(TParam x)so now it looks likestatic 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.
-
2.0.003 Mar 2021Release notes
Open source →- 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
-
1.0.0-nullsafety.116 Feb 2021 pre-release -
0.9.325 Oct 2020Nothing published for this version
-
0.9.225 Oct 2020Release notes
Open source →- Added
executeWithFutureto use withRefreshIndicator - Added
toWidget()method
- Added
-
0.9.124 Aug 2020 -
0.9.024 Aug 2020 -
0.5.916 Aug 2020Nothing published for this version
-
0.5.816 Aug 2020Nothing published for this version
-
0.5.716 Aug 2020Nothing published for this version
-
0.5.616 Aug 2020Nothing published for this version
-
0.5.516 Aug 2020Nothing published for this version
-
0.5.416 Aug 2020Nothing published for this version
-
0.5.316 Aug 2020Nothing published for this version
-
0.5.216 Aug 2020Nothing published for this version
-
0.5.113 Aug 2020Nothing published for this version
-
0.5.013 Aug 2020Nothing published for this version