flutterfire_gen 0.4.3 copy "flutterfire_gen: ^0.4.3" to clipboard
flutterfire_gen: ^0.4.3 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

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

dependencies:
  flutterfire_gen: ^0.4.3

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';
22
likes
160
pub points
65%
popularity

Publisher

verified publisherkosukesaigusa.com

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)
View/report issues

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