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

A Dart client library for skir serialization

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add skir

With Flutter:

 $ flutter pub add skir

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

dependencies:
  skir: ^0.0.5

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:skir/skir.dart';
0
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart client library for skir serialization

Repository (GitHub)
View/report issues

Topics

#serialization #skir #json #binary

Documentation

API reference

License

MIT (license)

Dependencies

collection, convert, http, typed_data

More

Packages that depend on skir