Skip to content

AkashChheta/flutter_animation

Repository files navigation

flutter_animation

Working with flutter basic animation widget with click event support and repeat mode.

Supported platforms

 -> Android 
 -> IOS

Easy to use this Animation widget.

Event list:

 (1) start.
 (2) stop.  

(use start for start animation, stop for stop animation)

List of Animation widget :

  (1) Fadinout.dart 
       
       - Use for hide and show animation with smoothly.
  
  (2) Rotate.dart 
         
       - Use for rotating animation with both side (clockwise and anticlockwise).
       
  (3)Scale.dart
     
       - Use for zoom in and zoom out with scale changes animation.
        
  (4)Translate.dart
  
       - Use for position change animation.
       
       - Only x coordinate animation for use this TranslateX.dart
       
       - Only y coordinate animation for use this TranslateY.dart   
       
  (5)Motion Animation
             
     -> motionbtot.dart
     -> motionltor.dart
     -> motionrtol.dart
     -> motionttob.dart
  
  (use Shortcut names as like (l for Left,r for Right,t for Top,b for Bottom)
  
  (6)Translate Animation
  
     -> Tranbtoc.dart
     -> Tranbtot.dart
     -> Tranltoc.dart
     -> Tranltor.dart
     -> Tranrtoc.dart
     -> Tranrtol.dart
     -> Tranttob.dart
     -> Tranttoc.dart
     
  (use Shortcut names as like (l for Left,r for Right,t for Top,b for Bottom,c for Center,Tran for Translate)

There are basic animation widget with count and click event both support in flutter.

Note : This library under devlopment with bugs fix and new animation widget create.

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

Copyright 2018 Akash Chheta.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Flutter basic animations components use to easy implement

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •