alt text Developed by 🦏 zoocityboy

Flutter Doki - Dont kill my app

Pub pub points ci License: MIT

Dart Flutter

Simply open or get informations from DontKillMyApp.com

The package appears to include:

Features

  • x Widgets like DokiBadgeWidget for displaying device ratings
  • x Doki class retrieve informations for users and developers
  • x 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.


zoocityboy zoocityboy

Libraries

flutter_doki