-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Platform
Android 15 and android 16
Plugin
device_info_plus
Version
12.2.0
Flutter SDK
3.27.0
Steps to reproduce
MissingPluginException(No implementation found for method getDeviceInfo on channel dev.fluttercommunity.plus/device_info) all are setup but device info still not working. current version is device_info_plus: ^12.2.0
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' all are added. tyr to adding rules also. But still not working.
Code Sample
Logs
MissingPluginException(No implementation found for method getDeviceInfo on channel dev.fluttercommunity.plus/device_info)Flutter Doctor
Yes addingChecklist before submitting a bug
- I searched issues in this repository and couldn't find such bug/problem
- I Google'd a solution and I couldn't find it
- I searched on StackOverflow for a solution and I couldn't find it
- I read the README.md file of the plugin
- I'm using the latest version of the plugin
- All dependencies are up to date with
flutter pub upgrade - I did a
flutter clean - I tried running the example project