flutterfire_gen 0.5.0 copy "flutterfire_gen: ^0.5.0" to clipboard
flutterfire_gen: ^0.5.0 copied to clipboard

flutterfire_gen is a package for automatic code generation for Cloud Firestore. It supports efficient CRUD operations with type-safe interfaces and methods.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterfire_gen
copied to clipboard

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

dependencies:
  flutterfire_gen: ^0.5.0
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutterfire_gen/builder.dart';
copied to clipboard
27
likes
140
points
144
downloads

Publisher

verified publisherkosukesaigusa.com

Weekly Downloads

2024.09.16 - 2025.03.31

flutterfire_gen is a package for automatic code generation for Cloud Firestore. It supports efficient CRUD operations with type-safe interfaces and methods.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, cloud_firestore, flutter, flutterfire_gen_annotation, flutterfire_gen_utils, json_annotation, meta, path, source_gen

More

Packages that depend on flutterfire_gen