flutool_core 0.0.1-alpha.2 copy "flutool_core: ^0.0.1-alpha.2" to clipboard
flutool_core: ^0.0.1-alpha.2 copied to clipboard

Core module of flutool. Include common utils like number utils, random utils, string utils and so on.

example/main.dart

import 'package:flutool_core/flutool_core.dart';

/// Example of flutool-core
void main() {
  // Check a set of string contains empty string.
  // 判断一组字符串是否包含空字符串
  List<String> stringList = ["1", "2", ""];
  bool hasEmpty = StrUtil.hasEmpty(stringList);
  print('hasEmpty:$hasEmpty');
}
1
likes
30
pub points
0%
popularity

Publisher

verified publisherbugcatt.com

Core module of flutool. Include common utils like number utils, random utils, string utils and so on.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutool_core