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

A Flutter package providing physics-based animations with realistic bouncing, gravity, and collision detection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_physics_animation

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

dependencies:
  flutter_physics_animation: ^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_physics_animation/flutter_physics_animation.dart';
1
likes
160
points
82
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

A Flutter package providing physics-based animations with realistic bouncing, gravity, and collision detection.

Repository (GitHub)
View/report issues

Topics

#physics #animation #collision-detection #flutter #wasm

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, flutter_hitbox

More

Packages that depend on flutter_physics_animation