auto_start_flutter 1.1.0 copy "auto_start_flutter: ^1.1.0" to clipboard
auto_start_flutter: ^1.1.0 copied to clipboard

A Flutter plugin to manage background execution permissions. Supports Android Auto-Start settings (Xiaomi, etc.) and iOS Background App Refresh.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_start_flutter

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

dependencies:
  auto_start_flutter: ^1.1.0

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:auto_start_flutter/auto_start_flutter.dart';
74
likes
160
points
1.47k
downloads

Documentation

API reference

Publisher

verified publishertechflow.ir

Weekly Downloads

A Flutter plugin to manage background execution permissions. Supports Android Auto-Start settings (Xiaomi, etc.) and iOS Background App Refresh.

Repository (GitHub)
View/report issues

License

Apache-2.0, MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on auto_start_flutter

Packages that implement auto_start_flutter