builder_plus 1.1.7
builder_plus: ^1.1.7 copied to clipboard
A Flutter package for simplified async operations with built-in loading, error, and empty states management.
1.1.7 #
- Docs: Translated and enhanced
StreamWorkerdocumentation to English. - Fix: Removed dead code and unused import in
lib/stream_worker.dart.
1.1.6 #
- Fix : Link in readme.dm
1.1.5 #
- README.md update
1.1.4 #
- Format patch
1.1.3 #
- Improved the main example in
example/lib/main.dart: - All comments and user-facing strings are now in English.
- Example now follows pub.dev best practices and is more pedagogical.
- Fixed nullability issue in
traiterExemple(now returnsFuture<Exemple?>). - Example demonstrates all main widgets:
FutureWorker,StreamWorker,OptionLoading,OptionEmpty,OptionError.
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.