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