flutterplaza_code_push 0.1.10 copy "flutterplaza_code_push: ^0.1.10" to clipboard
flutterplaza_code_push: ^0.1.10 copied to clipboard

PlatformiOS

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

 $ flutter pub add flutterplaza_code_push

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

dependencies:
  flutterplaza_code_push: ^0.1.10

Alternatively, your editor might support 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';
2
likes
130
points
581
downloads

Documentation

API reference

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

BSD-3-Clause (license)

Dependencies

crypto, flutter

More

Packages that depend on flutterplaza_code_push

Packages that implement flutterplaza_code_push