Doki Dont kill my app!

Developed by 🦏 zoocityboy

Flutter Doki - Dont kill my app

Pub pub points ci License: MIT Flutter

The package is designed to help developers/users understand and handle device-specific battery optimization settings that might affect their app's background operations. Simply open or get informations from DontKillMyApp.com

Features

  • Open device-specific pages on dontkillmyapp.com
  • Retrieve device information and manufacturer-specific optimization guidelines
  • Fetch and parse content from the dontkillmyapp.com API
  • Add Badge widgets to the app

πŸš€ Getting started

Installation

dart pub add flutter_doki

Usage

Opens an In-AppWebView displaying instructions on how to disable battery optimization for your app on the current device.

Doki().open(appName: 'com.example.app');
Doki().fetch()
    .then((response){ ...})
    .catchError((e){...});

Widget

You can use pre-made Badge widget with informations about rating manufacturer of the device with link to more information.

DokiBadgeWidget(
    type: BadgeType.square // .square, .rectangle
)

Example app Screenshot

Flutter developer Zoocityboy

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.


Flutter developer Zoocityboy

Libraries

flutter_doki