Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Package for handling auto-start permissions to fix background problems in some phones.

License

Notifications You must be signed in to change notification settings

g7i/auto_start_flutter

 
 

Repository files navigation

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.

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 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 your first screen.

getAutoStartPermission();

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

isAutoStartAvailable

About

A Package for handling auto-start permissions to fix background problems in some phones.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.7%
  • Dart 33.3%