tools_box 0.1.2 copy "tools_box: ^0.1.2" to clipboard
tools_box: ^0.1.2 copied to clipboard

Flutter常用工具集合 - 提供字符串处理、日期格式化、Widget扩展、验证工具等功能

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tools_box

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tools_box: ^0.1.2

Alternatively, 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:tools_box/tools_box.dart';
1
likes
25
points
153
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter常用工具集合 - 提供字符串处理、日期格式化、Widget扩展、验证工具等功能

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on tools_box