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.

example/lib/main.dart

import 'package:intl/intl.dart';

void main() {
  final dt = DateFormat(
    'd MMMM yyyy HH:mm:ss',
    'en_US',
  ).parse('12 May 1987 01:00:00');
  print(dt);
  print(dt.millisecondsSinceEpoch);
}
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