datatype_converter 0.0.2 copy "datatype_converter: ^0.0.2" to clipboard
datatype_converter: ^0.0.2 copied to clipboard

A Dart library for converting different type of datatypes to desired datatype output.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add datatype_converter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  datatype_converter: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:datatype_converter/datatype_converter.dart';
3
likes
140
pub points
8%
popularity

Publisher

unverified uploader

A Dart library for converting different type of datatypes to desired datatype output.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on datatype_converter