gazelle_serialization 0.1.1 copy "gazelle_serialization: ^0.1.1" to clipboard
gazelle_serialization: ^0.1.1 copied to clipboard

Serialization logic for Gazelle applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gazelle_serialization
copied to clipboard

With Flutter:

 $ flutter pub add gazelle_serialization
copied to clipboard

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

dependencies:
  gazelle_serialization: ^0.1.1
copied to clipboard

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:gazelle_serialization/gazelle_serialization.dart';
copied to clipboard
1
likes
150
points
73
downloads

Publisher

verified publisherintales.it

Weekly Downloads

2024.08.26 - 2025.03.10

Serialization logic for Gazelle applications.

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on gazelle_serialization