w_tools 1.0.7
w_tools: ^1.0.7 copied to clipboard
一个功能丰富的 Flutter 工具库,提供了多种实用工具和组件,帮助开发者快速构建高质量的 Flutter 应用。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add w_toolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
w_tools: ^1.0.7Alternatively, 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:w_tools/w_tools.dart';