plus_plugins
plus_plugins copied to clipboard
[Bug]: Unserializable field (Json): 'BrowserName' DeviceInfoPlugin().deviceInfo.data
Platform
Web
Plugin
DeviceInfoPlus
Version
12.0.0
Flutter SDK
3.32.7
Steps to reproduce
deviceInfo.data or deviceInfo.toMap.toMap() contains a field browserName of class BrowserName which is not serialized to Map<String,dynamic>
Code Sample
Logs
irrelevant
Flutter Doctor
irrelevant
Checklist before submitting a bug
- [x] I searched issues in this repository and couldn't find such bug/problem
- [x] I Google'd a solution and I couldn't find it
- [x] I searched on StackOverflow for a solution and I couldn't find it
- [x] I read the README.md file of the plugin
- [x] I'm using the latest version of the plugin
- [x] All dependencies are up to date with
flutter pub upgrade - [x] I did a
flutter clean - [x] I tried running the example project