inani 0.1.0 copy "inani: ^0.1.0" to clipboard
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 #

  1. To use this package, add inani as dependency in your pubspec.yaml file:
dependencies:
   inani:
  1. 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,
            ),
        ),
),

Full Demo Here

Additional information #

For any bugs, issues and more information, please contact the package authors on email: gvgabrielvieiragabrielvieira@gmail.com.

0
likes
130
pub points
0%
popularity

Publisher

verified publishergabrielvieira.ao

Flutter Package to help you animate your widgets on entry.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on inani