characterbook_file_formats 1.0.0 copy "characterbook_file_formats: ^1.0.0" to clipboard
characterbook_file_formats: ^1.0.0 copied to clipboard

A pure Dart library for reading and writing CharacterBook file formats (.character, .race, .chax) and JSON.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add characterbook_file_formats

With Flutter:

 $ flutter pub add characterbook_file_formats

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

dependencies:
  characterbook_file_formats: ^1.0.0

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:characterbook_file_formats/characterbook_file_formats.dart';
0
likes
150
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart library for reading and writing CharacterBook file formats (.character, .race, .chax) and JSON.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, meta, path_provider, typed_data

More

Packages that depend on characterbook_file_formats