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

outdated

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

auto_start_flutter #

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.

Getting Started #

Note: This Plugin is not implemented for IOS Devices.

Import the auto_start_flutter package.

import 'package:auto_start_flutter/auto_start_flutter.dart';

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

getAutoStartPermission();

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

isAutoStartAvailable();
48
likes
0
pub points
90%
popularity

Publisher

verified publishertechflow.ir

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on auto_start_flutter