0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.