fairy_flutter_utils 0.0.1-dev
fairy_flutter_utils: ^0.0.1-dev copied to clipboard
Flutter package util工具类,包含日期时间,数字,定时器,字符串,集合,货币,正则表达式,集合,签名等工具的封装.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fairy_flutter_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fairy_flutter_utils: ^0.0.1-devAlternatively, 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:fairy_flutter_utils/fairy_flutter_utils.dart';