app_shimmer
A customizable Flutter shimmer loading package with pre-built widgets for ListTiles, ListViews, Grids, and custom containers. Easy to use and highly customizable.
1.0.5
710 downloads/mo
#682 most downloaded on pub.dev
cristiancamolo070/app_shimmer
What this package is like to depend on
Last release 6 months ago
11 Feb 2026
Ships fairly regularly
a new release about every 2 months
Some releases are documented
notes for 2 of 6 stable releases
Nothing withdrawn
no release was ever pulled
10 months old
6 releases · first in 2025
6 releases in the last 12 months
see the full history below
Release timeline
6 releases · Oct 2025 to Feb 2026Releases
latest 6-
1.0.511 Feb 2026Release notes
Open source →- Added: Cursor rule and
doc/SHIMMER_GENERATION.mdfor generating shimmer from widgets (any editor / AI). - Added:
tool/suggest_shimmer.dartscript to suggest app_shimmer snippets from Dart files.
- Added: Cursor rule and
-
1.0.407 Nov 2025Release notes
Open source →- Added:
customGradientparameter to all shimmer animation widgets for full control of shimmer direction, colors, and intensity. - Added: New
AppShimmerCustomGradientclass for building customLinearGradientconfigurations with flexible directions. - Improved: Documentation examples updated to include gradient customization usage.
- Improved: Default shimmer behavior remains unchanged for backward compatibility.
- Fixed: Minor consistency updates in widget docs (
AppShimmerContainerExpanded,AppShimmerContainer).
Custom Gradient Support
You can now fully customize the shimmer animation by providing your own gradient configuration.
Example:
AppShimmerContainer( customGradient: AppShimmerCustomGradient( direction: ShimmerDirection.topToBottom, colors: const [ Color(0x00FFFFFF), Color(0x33FFFFFF), Color(0x99FFFFFF), Color(0x33FFFFFF), Color(0x00FFFFFF), ], stops: const [0.0, 0.25, 0.5, 0.75, 1.0], ), skeletonContainerStyle: const ShimmerContainerStyle( width: 200, height: 100, borderRadiusDouble: 8, ), ) ## 1.0.3 * **Refactor**: Complete architecture restructure with modular organization * **Improved**: Separated code into logical modules (animations, constants, models, widgets) * **Added**: Comprehensive documentation for all export modules * **Added**: `AppShimmerConstants` class with centralized default values * **Improved**: Enhanced main library documentation with extensive examples * **Improved**: Better code organization for maintainability and scalability * **Fixed**: Export structure for better IDE auto-import support ### Architecture Changes * **New structure**: - `src/animations/` - Animation components - `src/constants/` - Default values and configurations - `src/models/` - Data models and style definitions - `src/widgets/` - All shimmer widgets * **New files**: - `app_shimmer_constants.dart` - Centralized constants - Individual export files with comprehensive documentation ## 1.0.2 * Fixed: Minor documentation improvements * Updated: Example app with better demonstrations ## 1.0.1 * Fixed: Documentation improvements and screenshot added * Updated: README.md with better examples and visual preview * Improved: Repository URLs updated to match GitHub organization * Added: Comprehensive dartdoc comments for all widgets ## 1.0.0 * **Initial release** 🎉 * Added `AppShimmerContainer` widget for single shimmer containers * Added `AppShimmerContainerList` widget for horizontal/vertical shimmer lists * Added `AppShimmerListTile` widget for ListTile shimmer effects * Added `AppShimmerListTileListView` widget for ListView with shimmer tiles * Added `AppShimmerGrid` widget for grid layout shimmer effects * Added `SkeletonContainerExpanded` widget for expanded containers * Customizable shimmer styles with `ShimmerContainerStyle` * Support for circular and rectangular shapes * Custom colors and border radius * Flexible layouts (horizontal/vertical lists, grids) * Smooth fade animations with configurable duration * Comprehensive documentation and examples * Full test coverage - Added:
-
1.0.308 Oct 2025Nothing published for this version
-
1.0.207 Oct 2025Nothing published for this version
-
1.0.107 Oct 2025Nothing published for this version
-
1.0.007 Oct 2025Nothing published for this version