normalizr 0.1.1 copy "normalizr: ^0.1.1" to clipboard
normalizr: ^0.1.1 copied to clipboard

Normalizr is a small, but powerful utility for taking JSON with a schema definition and returning nested entities with their IDs, gathered in dictionaries.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add normalizr

With Flutter:

 $ flutter pub add normalizr

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

dependencies:
  normalizr: ^0.1.1

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

Publisher

unverified uploader

Normalizr is a small, but powerful utility for taking JSON with a schema definition and returning nested entities with their IDs, gathered in dictionaries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on normalizr