convert_object 1.0.0-dev.2 copy "convert_object: ^1.0.0-dev.2" to clipboard
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_object

With Flutter:

 $ flutter pub add convert_object

This 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.2

Alternatively, 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';
0
likes
160
points
131
downloads

Publisher

verified publishertomars.tech

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#conversion #type-conversion #utilities #extensions #collections

Documentation

API reference

License

MIT (license)

Dependencies

intl, meta

More

Packages that depend on convert_object