Dartboot Util | Coderz Product

dartboot_util

Last updated:

0 purchases

dartboot_util Image
dartboot_util Images

Free

Languages

Categories

Add to Cart

Description:

dartboot util

The common tools for DartBoot.
Usage #
A simple usage example:
import 'package:dartboot_util/dartboot_util.dart';

main() {
print('Date: ${parseDate('2020-01-01')}');
print('Json: ${encodeJson(12)}');
print('String "abc" is empty? ${isEmpty("abc")}');
print('Uuid: ${uid4}');
localIp().then((ip) => print('IP: $ip'));
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.