dencend_dialog 0.0.1
dencend_dialog: ^0.0.1 copied to clipboard
一个灵活且可自定义的Flutter对话框组件库,提供多种对话框样式和动画效果。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dencend_dialogThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dencend_dialog: ^0.0.1Alternatively, 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:dencend_dialog/dencend_dialog.dart';