flutter_animated_page_loader 0.1.1 copy "flutter_animated_page_loader: ^0.1.1" to clipboard
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_loader to flutter_animated_page_loader to comply with pub.dev's package-name similarity rules. The library entrypoint is now package:flutter_animated_page_loader/flutter_animated_page_loader.dart, and the public API classes have been renamed accordingly:
    • AnimatedLoaderOverlayAnimatedPageLoaderOverlay
    • AnimatedLoaderThemeAnimatedPageLoaderTheme
  • 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 the screenshots: gallery on pub.dev.
  • Added .pubignore so any raw screen-recording sources kept in the repo for re-rendering are not shipped to consumers.

0.1.0 #

  • Initial release.
  • AnimatedPageLoaderOverlay widget: branded full-screen refresh overlay with sliding panels and a built-in shimmering wordmark.
  • AnimatedPageLoaderTheme for fully configurable colours, text styles, and shimmer period.
  • minVisibleDuration to guarantee a polished feel on instant API responses.
  • Zero third-party dependencies.
2
likes
150
points
32
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_animated_page_loader