flutter_flow_chart icon indicating copy to clipboard operation
flutter_flow_chart copied to clipboard

fix: typecast error in dashboards.loadDashboardData

Open paulo242 opened this issue 1 year ago • 1 comments

type 'double' is not a subtype of type 'int?' in type cast

When loading the dashboard from json, the fromMap of property gridBackgroundParams somethimes returns a type cast error when a double values is represented as an int in the json saved data.

Steps To Reproduce

  1. Add elements changing gridBackgroundParams properties
  2. Save a dashboard using toJson() or prettyJson()
  3. Load a dashboard using loadDashboardData

Expected Behavior

Dashboard saving data in a proper format or loading it as int or double?

paulo242 avatar Oct 31 '24 10:10 paulo242