fire_api_flutter 1.1.0 copy "fire_api_flutter: ^1.1.0" to clipboard
fire_api_flutter: ^1.1.0 copied to clipboard

An implementation for fire_api for flutter apps using cloud_firestore.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fire_api_flutter

With Flutter:

 $ flutter pub add fire_api_flutter

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

dependencies:
  fire_api_flutter: ^1.1.0

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

Publisher

verified publisherarcane.art

Weekly Downloads

An implementation for fire_api for flutter apps using cloud_firestore.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cloud_firestore, fire_api, flutter

More

Packages that depend on fire_api_flutter