inani 0.1.0 inani: ^0.1.0 copied to clipboard
Flutter Package to help you animate your widgets on entry.
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:
- Import the package into your dart file:
import 'package:inani/inani.dart';
Usage #
bottomNavigationBar: SizedBox(
height: 50,
child: InaniBottom(
child: InaniContainer(
color: Colors.pink,
width: 200,
height: 40,
),
),
),
Additional information #
For any bugs, issues and more information, please contact the package authors on email: gvgabrielvieiragabrielvieira@gmail.com.