Skip to content

717natsuki/Animation_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👏 Animation Library

Say Thanks! Twitter

A beautiful animation widget Animation_Library.

The source code is 100% Dart, and everything resides in the /lib folder.

Show some ❤️ and star the repo to support the project

GitHub stars

GitHub forks

GitHub followers

Open Source Love License

Build Status

CodeCov

💻 Installation

In the dependencies: section of your pubspec.yaml, add the following line:

Version

dependencies:
  animation_library: <latest version>

Place this folder this under your top directory just like the below

- [app name]
  - android
  - ios
  - build
  - assets

Also add this section of your pubspec.yaml, and the following line:

flutter:
  assets:
    - assets/

❔ Usage

Import this class

import 'package:animation_library/animation_library.dart';

Flutter Animation Library

Space

Flare

AnimationWidget(
    type:"Space",
    width: 500,
  height:500,
  movement: "init",
),


Created by Tani Magdieva Licence

Computer

Flare

 

AnimationWidget(
    type:"purple",
    width: 500,
  height:500,
  movement: "startup",
  ),
  
  

Created by Cas van Luijtelaar Licence

👍 How to Contribute

Please send a pull-request to contribute!

Contributors ✨


717natsuki

📖 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

📃 License

Copyright (c) 2020 Natsuki Kataoka
Copyright (c) 2020 <NAME OF THE DESIGN PROPRIETOR>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Getting Started

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

For help on editing package code, view the documentation.