fiber_firebase_annotations 1.1.5
fiber_firebase_annotations: ^1.1.5 copied to clipboard
A Dart annotation package providing lightweight metadata for Firebase-oriented code generation. It defines structured annotations for Firestore, Realtime Database, Storage, and domain models, enabling [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fiber_firebase_annotationsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fiber_firebase_annotations: ^1.1.5Alternatively, 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:fiber_firebase_annotations/fiber_firebase_annotations.dart';