flutter_loader 0.2.6
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
toLoaderState.error
- Customize
DefaultLoaderBuilder
viaDefaultLoaderThemeData
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 forDefaultLoaderBuilder
0.2.3 #
- Add
onControllerCreated
callback forDefaultLoaderBuilder
0.2.4 #
- Add
onError
callback forDefaultLoaderBuilder
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