hollow 0.2.1 copy "hollow: ^0.2.1" to clipboard
hollow: ^0.2.1 copied to clipboard

Skeleton loading screens for Flutter. Generates pixel-perfect shimmer placeholders from your real RenderObject tree.

0.2.1 #

  • Simplify example app to a single self-contained file for pub.dev

0.2.0 #

  • Add HollowRunner.run() — replaces the registerAllBones() + runApp() pattern with a single entry point
  • Add fixtures parameter to HollowRunner.run(): declare all skeletons in one place and capture every screen in a single build pass, with no navigation required
  • Add optional setup callback to HollowRunner.run() for registering pre-generated bones; skipped in build mode so bones_registry.dart does not need to exist on first run
  • Remove auto device detection from CLI — dart run hollow:build now requires -d <device-id> (use flutter devices to list options)
  • Fix CLI to generate camelCase variable names in bones_registry.dart

0.1.4 #

  • Add topics to pubspec for pub.dev discoverability (skeleton, shimmer, loading, placeholder, ui)
  • Improve package description for better search indexing

0.1.3 #

  • Add screenshots section to pubspec for pub.dev gallery
  • Add demo GIF to README with centered layout
  • Add features section to README
  • Improve example app with rich demo widgets (photo card, profile card with ExpansionTile, stat card, message tiles)
  • Add avatar images to example cards

0.1.2 #

  • Add example skeleton assets and screenshots

0.1.1 #

  • Remove inline comments
  • Fix device detection to prefer iOS simulator over Android

0.1.0 #

  • Initial release
  • Skeleton widget with automatic shimmer animation
  • RenderObject tree walker for pixel-perfect bone extraction
  • CLI (dart run hollow:build) for pre-generating bones via flutter run capture mode
  • HollowRegistry for registering pre-generated skeletons
  • Dark mode support via ThemeData.brightness
  • SnapshotConfig for excluding specific render object types
4
likes
160
points
116
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Skeleton loading screens for Flutter. Generates pixel-perfect shimmer placeholders from your real RenderObject tree.

Repository (GitHub)
View/report issues

Topics

#skeleton #shimmer #loading #placeholder #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hollow