builder_plus 1.1.0
builder_plus: ^1.1.0 copied to clipboard
A Flutter package for simplified async operations with built-in loading, error, and empty states management.
1.1.0 #
- All public APIs and widgets are now fully documented in English.
- Removed all French documentation and file headers for clarity and consistency.
- Renamed model files to use English names:
option_empty.dart,option_error.dart,option_loading.dart. - Updated imports in all files to use the new model file names.
- Removed the old files:
_option_empty.dart,_option_error.dart,_option_loading.dart. - Improved and clarified documentation for
FutureWorker,StreamWorker, and all model widgets.
1.0.3 #
- Removed the
example.dartfile at the root of the project (the example is now inexample/lib/example.dart).
1.0.2 #
- Package name change:
builder_plus(formerlydata_builder). - Updated homepage and repository links in pubspec.yaml.
1.0.1 #
- Package name change:
workersbecomesdata_builder. - Updated homepage and repository links in pubspec.yaml.
1.0.0 #
- First release of the Workers library.
- Added OptionLoading, OptionEmpty, OptionError widgets.
- Added helpers for FutureWorker and StreamWorker.