flutter_loader 0.2.6 copy "flutter_loader: ^0.2.6" to clipboard
flutter_loader: ^0.2.6 copied to clipboard

A Flutter package for simplifying resource loading with customizable UI

0.0.1 #

  • Add LoaderBuilder for simplifying loading resource
  • Add DefaultLoaderBuilder for default UI implementation of loading, error and retry

0.0.2 #

  • Rename LoaderState.failed to LoaderState.error
  • Customize DefaultLoaderBuilder via DefaultLoaderThemeData

0.0.3 #

  • Fix tests

0.1.0 #

  • Add documentations

0.1.1 #

  • Migrate RaisedButton to ElevatedButton

0.1.2 #

  • Update pubspec.yaml description as suggested by pub.dev score

0.2.0 #

  • Support null safety

0.2.1 #

  • Avoid calling setState() after the widget is disposed

0.2.2 #

  • Expose autoLoad parameter for DefaultLoaderBuilder

0.2.3 #

  • Add onControllerCreated callback for DefaultLoaderBuilder

0.2.4 #

  • Add onError callback for DefaultLoaderBuilder

0.2.5 #

  • Fix the issue that causes DefaultLoaderThemeData.errorLayoutDirection to not working as expected

0.2.6 #

  • Only show transition animation where there is a loader state change
6
likes
150
points
58
downloads

Publisher

verified publisherhieurocker.com

Weekly Downloads

A Flutter package for simplifying resource loading with customizable UI

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_loader