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: [email protected].

Libraries

inani