flutterplaza_code_push 0.1.11-rc.5
flutterplaza_code_push: ^0.1.11-rc.5 copied to clipboard
Over-the-air code push updates for Flutter apps. Check for updates, download patches, and roll back — all at runtime.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutterplaza_code_pushWith Flutter:
$ flutter pub add flutterplaza_code_pushThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutterplaza_code_push: ^0.1.11-rc.5Alternatively, 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:flutterplaza_code_push/flutterplaza_code_push.dart';