Developed by 🦏 zoocityboy
Flutter Doki - Dont kill my app
Simply open or get informations from DontKillMyApp.com
The package appears to include:
Features
xWidgets likeDokiBadgeWidgetfor displaying device ratingsxDoki class retrieve informations for users and developersxIntegration 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.

