converters 0.0.3 converters: ^0.0.3 copied to clipboard
Simple type converters
converters #
Simple type converters
Usage #
A simple usage example:
import 'package:converters/converters.dart';
main() {
var myInt = convertTo(int, '10');
var myString = convertFrom(int, 10);
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.