hzy_normal_tool 0.0.4
hzy_normal_tool: ^0.0.4 copied to clipboard
一个为 Flutter 开发者提供的综合性工具包,包含常用的 UI 组件、工具类、抽象类和配置文件,帮助开发者快速构建高质量的 Flutter 应用。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hzy_normal_toolThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hzy_normal_tool: ^0.0.4Alternatively, 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:hzy_normal_tool/hzy_normal_tool.dart';