flutter_animated_page_loader 0.1.1
flutter_animated_page_loader: ^0.1.1 copied to clipboard
A branded full-screen refresh overlay for Flutter. Animated coloured panels slide in to reveal a shimmering wordmark, with a guaranteed minimum visible duration so instant API responses still feel polished.
Changelog #
0.1.1 #
- Renamed the package from
flutter_animated_loadertoflutter_animated_page_loaderto comply with pub.dev's package-name similarity rules. The library entrypoint is nowpackage:flutter_animated_page_loader/flutter_animated_page_loader.dart, and the public API classes have been renamed accordingly:AnimatedLoaderOverlay→AnimatedPageLoaderOverlayAnimatedLoaderTheme→AnimatedPageLoaderTheme
- Added a demo GIF (
screenshots/flutter_custom_animation.gif) and a still preview (screenshots/preview.png), embedded at the top of the README and registered in thescreenshots:gallery on pub.dev. - Added
.pubignoreso any raw screen-recording sources kept in the repo for re-rendering are not shipped to consumers.
0.1.0 #
- Initial release.
AnimatedPageLoaderOverlaywidget: branded full-screen refresh overlay with sliding panels and a built-in shimmering wordmark.AnimatedPageLoaderThemefor fully configurable colours, text styles, and shimmer period.minVisibleDurationto guarantee a polished feel on instant API responses.- Zero third-party dependencies.
