dynatype 2.0.0 copy "dynatype: ^2.0.0" to clipboard
dynatype: ^2.0.0 copied to clipboard

The package helps developers make the process easy by validating the response of type JSON. The person using this package does not need to worry about any exception in JSON Map Entries.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dynatype

With Flutter:

 $ flutter pub add dynatype

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

dependencies:
  dynatype: ^2.0.0

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:dynatype/dynatype.dart';
3
likes
130
pub points
0%
popularity

Publisher

verified publisherlivnium.com

The package helps developers make the process easy by validating the response of type JSON. The person using this package does not need to worry about any exception in JSON Map Entries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

equatable

More

Packages that depend on dynatype