0 purchases
auto start flutter
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.
** If there's any issue with the plugin make an issue on github.
Import the auto_start_flutter package.
import 'package:auto_start_flutter/auto_start_flutter.dart';
copied to clipboard
To Navigate to auto-start screen and get the permission put this in init-state of your first screen.
getAutoStartPermission();
copied to clipboard
To check if auto-start is available in your phone this function returns a bool.
isAutoStartAvailable
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.