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

outdated

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. He can define [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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: ^1.0.4

Alternatively, your editor might support dart 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
0
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. He can define a pattern for the JSON response using DynaType.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable

More

Packages that depend on dynatype