Developed by π¦ zoocityboy
Flutter Doki - Dont kill my app
Simply open or get informations from DontKillMyApp.com
The package appears to include:
Features
x
Widgets likeDokiBadgeWidget
for displaying device ratingsx
Doki class retrieve informations for users and developersx
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.