Last updated:
0 purchases
inani
Inani #
Flutter Package to help you animate your widgets on entry.
Support
Android
iOS
Linux
macOS
Web
Windows
Features #
container
top
bottom
cross
Getting started #
To use this package, add inani as dependency in your pubspec.yaml file:
dependencies:
inani:
copied to clipboard
Import the package into your dart file:
import 'package:inani/inani.dart';
copied to clipboard
Usage #
bottomNavigationBar: SizedBox(
height: 50,
child: InaniBottom(
child: InaniContainer(
color: Colors.pink,
width: 200,
height: 40,
),
),
),
copied to clipboard
Full Demo Here
Additional information #
For any bugs, issues and more information, please contact the package authors on email: [email protected].
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.