dartboot_util

Creator: coderz1093

Last updated:

0 purchases

dartboot_util Image
dartboot_util Images

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:

Customer Reviews

There are no reviews.