async_button_builder
A builder to wrap around buttons that handles loading, disabled, error and succes states
3.0.0
Nolence/async_button
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 8 months
Most releases are documented
notes for 23 of 26 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
39 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
39 releases · Jan 2021 to Feb 2023Releases
latest 39-
3.0.013 Feb 2023Release notes
Open source →- Added notification functionality. The error variant now passes through the error and stacktrace which would be needed for a notification to be useful. This is a breaking change as the error widget now takes an error and stacktrace as arguments.
-
3.0.0+113 Feb 2023Release notes
Open source →- Fix
Undefined name 'optionalTypeArgs'.Also adds back the hard dep on freezed_annotation.
- Fix
-
2.3.025 May 2022Release notes
Open source →- Removed freezed dependency and added new callbacks @mergehez
- Upgrade to freezed 2 (excluding user now) @quantosapplications @esenmx
-
2.3.0+114 Jun 2022 -
2.2.007 Jan 2022Release notes
Open source →Got rid of hook version as it was complicating a simple package and likely discouraging possible contributors.
-
2.2.0+128 Jan 2022Release notes
Open source →Ignore .vscode, update versions and re-export button state. Credit @esenmx
-
2.1.409 Nov 2021 -
2.1.318 Jun 2021Release notes
Open source →Tests and builds against stable. flutter_lints now used in place of pedantic
-
2.1.3+125 Jun 2021 -
2.1.3+212 Aug 2021Release notes
Open source →Fix possibility of nested async button builders conflicting with each other due to matching keyed subtrees. In order to avoid this situation, the parent key of the async_button_builder is used in the creation of sub widgets.
-
2.1.3+319 Aug 2021 -
2.1.3+427 Aug 2021 -
2.1.3+528 Aug 2021 -
2.1.3+601 Sep 2021 -
2.1.3+709 Sep 2021 -
2.1.3+829 Sep 2021 -
2.1.3+911 Oct 2021 -
2.1.224 May 2021 -
2.1.2+112 Jun 2021 -
2.1.114 Apr 2021 -
2.1.1+114 Apr 2021 -
2.1.1+205 May 2021 -
2.1.011 Mar 2021 -
2.0.1011 Mar 2021Nothing published for this version
-
2.0.9-nullsafety.023 Feb 2021 pre-release -
2.0.823 Feb 2021Nothing published for this version
-
2.0.8-nullsafety.013 Feb 2021 pre-release -
2.0.712 Feb 2021Nothing published for this version
-
2.0.7-nullsafety.812 Feb 2021 pre-release -
2.0.2-nullsafety.712 Feb 2021 pre-releaseRelease notes
Open source →Added a typedef in place of inline type on function. Added doc to
builderfield -
2.0.2-nullsafety.428 Jan 2021 pre-release -
2.0.2-nullsafety.226 Jan 2021 pre-release -
2.0.1-nullsafety.226 Jan 2021 pre-release -
2.0.0-dev.125 Jan 2021 pre-releaseRelease notes
Open source →Breaking. Replaces the fourth argument with a sealed union that better allows for directly managing states, removes unnecessary arguments such as padding, adds transition builders for custom transitions. Currently still includes AnimatedSize.
-
1.0.0-nullsafety.013 Jan 2021 pre-releaseRelease notes
Open source →Breaking. Adds a fourth argument of loading to the builder. This removes the value notifier that was difficult or confusing to manage in actual usage in my use cases. The argument isLoading is now a
bool. This also adds adisabledfield in order to set that on construction. -
0.1.0-nullsafety.012 Jan 2021 pre-release -
0.0.1-nullsafety.212 Jan 2021 pre-release -
0.0.1-nullsafety.112 Jan 2021 pre-releaseRelease notes
Open source →Adds docs to parameters and removes use of unnecessary undescore internal variables.
-
0.0.1-nullsafety.011 Jan 2021 pre-release