flutter_doki 0.0.1
flutter_doki: ^0.0.1 copied to clipboard
Retrive information about the device background killing apps, and show help to the user.
Developed by π¦ zoocityboy
Flutter Doki - Dont kill my app #
Simply open or get informations from DontKillMyApp.com
The package appears to include:
Features #
- β
Widgets like
DokiBadgeWidget
for displaying device ratings - β Doki class retrieve informations for users and developers
- β Integration with the DontKillMyApp.com API
π Getting started #
Installation #
dart pub add flutter_doki
Usage #
Open informations for user in In App Webview
Doki.open(appName: 'com.example.app');
Doki.fetch()
.then((response){ ...})
.catchError((e){...});
π License #
This project is licensed under the MIT License - see the LICENSE file for details.