auto_start_flutter_v2 0.1.3 copy "auto_start_flutter_v2: ^0.1.3" to clipboard
auto_start_flutter_v2: ^0.1.3 copied to clipboard

PlatformAndroid

The plugin redirects the user to auto-start permission screen to allow auto-start and fix background problems in some phones.

auto_start_flutter_v2 #

A flutter plugin for enabling auto-start for background services in samsung, honor, huawei, xiaomi, oppo, asus etc. phones. The plugin redirects the user to auto-start permission screen to allow auto-start and fix background problems in some phones.

pub package

Getting Started #

Note: This Plugin is not implemented for IOS Devices.

** If there's any issue with the plugin make an issue on github.

Import the auto_start_flutter_v2 package.

import 'package:auto_start_flutter_v2/auto_start_flutter_v2.dart';

To Navigate to auto-start screen and get the permission put this in init-state of your first screen.

getAutoStartPermission();

To check if auto-start is available in your phone this function returns a bool.

isAutoStartAvailable
0
likes
150
points
17
downloads

Publisher

verified publisherahmetaliasik.com

Weekly Downloads

The plugin redirects the user to auto-start permission screen to allow auto-start and fix background problems in some phones.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0, MIT (license)

Dependencies

flutter

More

Packages that depend on auto_start_flutter_v2

Packages that implement auto_start_flutter_v2