json_bridge 0.0.4 copy "json_bridge: ^0.0.4" to clipboard
json_bridge: ^0.0.4 copied to clipboard

It allows you to store and retrieve data from a JSON file. It support manipulating nested keys with dot separated.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_bridge

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

dependencies:
  json_bridge: ^0.0.4

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:json_bridge/json_bridge.dart';
10
likes
140
pub points
58%
popularity

Publisher

verified publisherdah-kenangnon.com

It allows you to store and retrieve data from a JSON file. It support manipulating nested keys with dot separated.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on json_bridge