cool_animation_flutter 0.0.2 copy "cool_animation_flutter: ^0.0.2" to clipboard
cool_animation_flutter: ^0.0.2 copied to clipboard

Flutter에서 SlideFadeIn 등 멋진 애니메이션을 쉽고 간결하게 적용할 수 있는 패키지입니다. 방향, 지연, 순차 애니메이션, 가시성 기반 트리거 등 다양한 기능을 제공합니다.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cool_animation_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cool_animation_flutter: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cool_animation_flutter/cool_animation_flutter.dart';
3
likes
145
points
186
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter에서 SlideFadeIn 등 멋진 애니메이션을 쉽고 간결하게 적용할 수 있는 패키지입니다. 방향, 지연, 순차 애니메이션, 가시성 기반 트리거 등 다양한 기능을 제공합니다.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, visibility_detector

More

Packages that depend on cool_animation_flutter