convert_object 1.0.0-dev.2
convert_object: ^1.0.0-dev.2 copied to clipboard
A comprehensive type conversion library for Dart with a fluent API, safe try* variants, robust Date/Number/URI parsing, enum helpers, and extensive collection/map/list extensions.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add convert_objectWith Flutter:
$ flutter pub add convert_objectThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
convert_object: ^1.0.0-dev.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:convert_object/convert_object.dart';