firebase_github_updater 0.0.1 copy "firebase_github_updater: ^0.0.1" to clipboard
firebase_github_updater: ^0.0.1 copied to clipboard

A Flutter package for automatic app updates via Firebase Firestore and GitHub releases with beautiful UI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firebase_github_updater

With Flutter:

 $ flutter pub add firebase_github_updater

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

dependencies:
  firebase_github_updater: ^0.0.1

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:firebase_github_updater/firebase_github_updater.dart';
2
likes
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for automatic app updates via Firebase Firestore and GitHub releases with beautiful UI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cloud_firestore, dio, firebase_core, flutter, path_provider

More

Packages that depend on firebase_github_updater