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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutool_core

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

dependencies:
  flutool_core: ^0.0.1-alpha.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:flutool_core/flutool_core.dart';
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