flutterplaza_code_push 0.1.11-rc.5 copy "flutterplaza_code_push: ^0.1.11-rc.5" to clipboard
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_push

With Flutter:

 $ flutter pub add flutterplaza_code_push

This 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.5

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:flutterplaza_code_push/flutterplaza_code_push.dart';
1
likes
0
points
510
downloads

Publisher

verified publisherflutterplaza.com

Weekly Downloads

Over-the-air code push updates for Flutter apps. Check for updates, download patches, and roll back — all at runtime.

Homepage
Repository (GitHub)
View/report issues

Topics

#code-push #ota-updates #hot-update #deployment

License

unknown (license)

Dependencies

crypto, flutter

More

Packages that depend on flutterplaza_code_push

Packages that implement flutterplaza_code_push