flutool 0.0.1-alpha.3 copy "flutool: ^0.0.1-alpha.3" to clipboard
flutool: ^0.0.1-alpha.3 copied to clipboard

A set of tools that keep dart/flutter sweet. Improve development efficiency and save life.

example/main.dart

import 'package:flutool_core/flutool_core.dart';

void main() {
  // StrUtil
  // 字符串工具类
  bool hasEmpty = StrUtil.hasEmpty(['1', 'a', '']);
  print('hasEmpty:$hasEmpty');
}
0
likes
30
pub points
0%
popularity

Publisher

verified publisherbugcatt.com

A set of tools that keep dart/flutter sweet. Improve development efficiency and save life.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutool_core, flutter

More

Packages that depend on flutool