builder_plus 1.1.2 copy "builder_plus: ^1.1.2" to clipboard
builder_plus: ^1.1.2 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.dart file at the root of the project (the example is now in example/lib/example.dart).

1.0.2 #

  • Package name change: builder_plus (formerly data_builder).
  • Updated homepage and repository links in pubspec.yaml.

1.0.1 #

  • Package name change: workers becomes data_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.
1
likes
0
points
131
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for simplified async operations with built-in loading, error, and empty states management.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on builder_plus