fory 1.1.0 copy "fory: ^1.1.0" to clipboard
fory: ^1.1.0 copied to clipboard

Cross-language Apache Fory runtime for Dart with generated serializers, schema evolution, and custom type 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.1.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:fory/fory.dart';
0
likes
160
points
229
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Cross-language Apache Fory runtime for Dart with generated serializers, schema evolution, and custom type 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