fiber_firebase_annotations 1.0.8 copy "fiber_firebase_annotations: ^1.0.8" to clipboard
fiber_firebase_annotations: ^1.0.8 copied to clipboard

unlisted

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 Dart:

 $ dart pub add fiber_firebase_annotations

With Flutter:

 $ flutter pub add fiber_firebase_annotations

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

dependencies:
  fiber_firebase_annotations: ^1.0.8

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:fiber_firebase_annotations/fiber_firebase_annotations.dart';
0
likes
0
points
59
downloads

Publisher

verified publisherfiberstudio.app

Weekly Downloads

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 Fiber generators to create strongly typed, Firebase-agnostic integrations with minimal boilerplate and clear separation of concerns.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fiber_firebase_annotations