vkammerer / ussd_service

A Flutter plugin to make USSD requests
https://pub.dev/packages/ussd_service
BSD 2-Clause "Simplified" License
21 stars 14 forks source link

Version of Android supported by the plugin #16

Closed kouroumapaul closed 1 year ago

kouroumapaul commented 2 years ago

Hello What is the supported Android version for this plugin ? I'm trying to execute the UssdService.makeRequest method but i didn't get any response on Android 8.

devmuaz commented 1 year ago

@kouroumapaul I believe Android 8 is supported since the minSdk is set to 26

vkammerer commented 1 year ago

Android 8 is supported indeed, since the API was introduced with the SDK version 26. Your issue probably came from another factor