flutter_lib_utils 1.0.0 copy "flutter_lib_utils: ^1.0.0" to clipboard
flutter_lib_utils: ^1.0.0 copied to clipboard

flutter common utils, it based on AndroidUtilCode on android platform, and Currently, ios platform is supported.

FLUTTER_LIB_UTILS #

Features #

Utility wrappers and extensions to make flutter easy and utils.

Getting started #

Add the following to your pubspec.yaml :

dependencies: flutter_lib_utils:"^1.0.0"

then run pub install .

Next, import flutter_lib_utils:

import'package:flutter_lib_utils/utils/util.dart';

Example #

import'package:flutter_lib_utils/utils/util.dart';

void main() { Util().printWrapped(sprintf("%s %s", ["Hello", "World"])); Util().printWrapped(sprintf("%#04x", [10]));

}

0
likes
130
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

flutter common utils, it based on AndroidUtilCode on android platform, and Currently, ios platform is supported.

Homepage

License

MIT (license)

Dependencies

decimal, dio, flutter

More

Packages that depend on flutter_lib_utils