converters 0.0.3 copy "converters: ^0.0.3" to clipboard
converters: ^0.0.3 copied to clipboard

Dart 1 only

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.

0
likes
25
pub points
5%
popularity

Publisher

unverified uploader

Simple type converters

Homepage

License

BSD-3-Clause (LICENSE)

More

Packages that depend on converters