burst_icon_button 0.1.21
burst_icon_button: ^0.1.21 copied to clipboard
눌렀을 때나 길게 눌렀을 때 아이콘이 터지는 효과를 만드는 커스터마이즈 가능한 Flutter 위젯입니다. 앱의 버튼에 매력적인 애니메이션을 추가하기에 완벽합니다.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add burst_icon_button
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
burst_icon_button: ^0.1.21
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:burst_icon_button/burst_icon_button.dart';