shimmr

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

shimmr

shimmr #
A simple way to bring beautiful shimmer animations to flutter.
Shimmer animations are commonly used in loading screens or as placeholder widgets. Shimmr is
easy to customize and is ready to use for iOS, Android, and Web.
Examples #
An example can be found in the example directory of this repository.
How to use #
Add shimmr to pubspec.yaml of your project:
dependencies:
shimmr: ^0.0.1
copied to clipboard
Import it in your Dart code:
import 'package:shimmr/shimmr.dart';
copied to clipboard
Wrap any widget with Shimmr() widget to apply animaton:
Shimmr(
duration: Duration(seconds: 2),
borderRadius: BorderRadius.circular(5),
foregroundColor: Colors.grey.withAlpha(150),
backgroundColor: Colors.transparent,
delay: Duration(milliseconds: 200),
),
copied to clipboard
License #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator