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

A declarative, physics-based animation framework for Flutter. Inspired by Framer Motion — springs, gestures, variants, presence, scroll, FLIP layout, and GPU shader effects with zero external dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nib_motion

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

dependencies:
  nib_motion: ^0.2.1

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:nib_motion/nib_motion.dart';
1
likes
150
points
234
downloads

Documentation

API reference

Publisher

verified publishernibmotion.xyz

Weekly Downloads

A declarative, physics-based animation framework for Flutter. Inspired by Framer Motion — springs, gestures, variants, presence, scroll, FLIP layout, and GPU shader effects with zero external dependencies.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nib_motion