ground_control 1.0.2 copy "ground_control: ^1.0.2" to clipboard
ground_control: ^1.0.2 copied to clipboard

A lightweight Flutter package that handles no-internet detection, force updates, maintenance mode, and what's new changelogs via remote JSON config.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ground_control

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

dependencies:
  ground_control: ^1.0.2

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:ground_control/ground_control.dart';
0
likes
160
points
192
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package that handles no-internet detection, force updates, maintenance mode, and what's new changelogs via remote JSON config.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, shared_preferences, url_launcher

More

Packages that depend on ground_control