plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Bug]: Unserializable field (Json): 'BrowserName' DeviceInfoPlugin().deviceInfo.data

Open trauma-and-drama opened this issue 4 months ago • 0 comments

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

trauma-and-drama avatar Sep 12 '25 08:09 trauma-and-drama