signed_json 0.0.2
signed_json: ^0.0.2 copied to clipboard
An implementation to read signed jsons
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add signed_jsonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
signed_json: ^0.0.2Alternatively, 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:signed_json/signed_json.dart';