tools_box 0.1.0
tools_box: ^0.1.0 copied to clipboard
Flutter常用工具集合 - 提供字符串处理、日期格式化、Widget扩展、验证工具等功能
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tools_boxWith Flutter:
$ flutter pub add tools_boxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tools_box: ^0.1.0Alternatively, 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:tools_box/tools_box.dart';