flutter_micro_interactions 0.2.0 copy "flutter_micro_interactions: ^0.2.0" to clipboard
flutter_micro_interactions: ^0.2.0 copied to clipboard

Pre-built micro-interactions and animations for Flutter: tap feedback, toasts, shimmer buttons, slide-to-confirm, staggered lists, typewriter text, and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_micro_interactions

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_micro_interactions: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_micro_interactions/flutter_micro_interactions.dart';
43
likes
150
points
420
downloads

Documentation

Documentation
API reference

Publisher

verified publisherdvillegas.com

Weekly Downloads

Pre-built micro-interactions and animations for Flutter: tap feedback, toasts, shimmer buttons, slide-to-confirm, staggered lists, typewriter text, and more.

Repository (GitHub)
View/report issues

Topics

#animation #ui #widget #micro-interactions #flutter

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_micro_interactions