cool_animation_flutter 0.0.2
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_flutterThis 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.2Alternatively, 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';