fory 1.7.0-rc2 copy "fory: ^1.7.0-rc2" to clipboard
fory: ^1.7.0-rc2 copied to clipboard

Cross-language Apache Fory runtime for Dart with generated serializers, schema evolution, and custom serializer support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fory

With Flutter:

 $ flutter pub add fory

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

dependencies:
  fory: ^1.7.0-rc2

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:fory/fory.dart';
2
likes
150
points
631
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Cross-language Apache Fory runtime for Dart with generated serializers, schema evolution, and custom serializer support.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

analyzer, build, build_config, meta, source_gen

More

Packages that depend on fory