provider icon indicating copy to clipboard operation
provider copied to clipboard

records not visible in provider devtools extension

Open Alvish0407 opened this issue 7 months ago • 1 comments

Describe the bug Dart records are not visible in the provider's DevTools extension.

To Reproduce

  1. Create an InheritedProvider containing a record field.
  2. Check the field value in DevTools. It will show <unknown error> (I have used a typedef for the record).

Expected behavior The record value should be visible.

typedef Coordinates = ({double lat, double long});

final Coordinates coordinates;
Image

Alvish0407 avatar Apr 08 '25 04:04 Alvish0407

related to https://github.com/rrousselGit/provider/issues/890

Alvish0407 avatar Apr 08 '25 04:04 Alvish0407