you_dart 0.0.5 copy "you_dart: ^0.0.5" to clipboard
you_dart: ^0.0.5 copied to clipboard

dart lib, for data basic tools such as json、yaml serialization .

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add you_dart

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

dependencies:
  you_dart: ^0.0.5

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:you_dart/state.dart';
import 'package:you_dart/state_json.dart';
1
likes
140
points
92
downloads

Publisher

unverified uploader

Weekly Downloads

dart lib, for data basic tools such as json、yaml serialization .

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, collection, file, flutter, intl, meta, path

More

Packages that depend on you_dart