Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Error: Method not found: 'Object.listFromJson' #2

Open
brizaldi opened this issue Jul 6, 2020 · 0 comments
Open

Error: Method not found: 'Object.listFromJson' #2

brizaldi opened this issue Jul 6, 2020 · 0 comments

Comments

@brizaldi
Copy link

brizaldi commented Jul 6, 2020

Got this error when trying to build a new project

/C:/Devkit/flutter/.pub-cache/git/locationiq-dart-client-66cd8fb8691fe2f363abf5b08945fac67ea1d397/lib/model/directions_directions.dart:22:14: Error: Method not found: 'Object.listFromJson'.
      Object.listFromJson(json['waypoints']);
             ^^^^^^^^^^^^
/C:/Devkit/flutter/.pub-cache/git/locationiq-dart-client-66cd8fb8691fe2f363abf5b08945fac67ea1d397/lib/model/directions_directions_routes.dart:27:14: Error: Method not found: 'Object.listFromJson'.
      Object.listFromJson(json['legs']);
             ^^^^^^^^^^^^
/C:/Devkit/flutter/.pub-cache/git/locationiq-dart-client-66cd8fb8691fe2f363abf5b08945fac67ea1d397/lib/model/directions_matching.dart:22:14: Error: Method not found: 'Object.listFromJson'.
      Object.listFromJson(json['tracepoints']);
             ^^^^^^^^^^^^
/C:/Devkit/flutter/.pub-cache/git/locationiq-dart-client-66cd8fb8691fe2f363abf5b08945fac67ea1d397/lib/model/directions_matching.dart:25:14: Error: Method not found: 'Object.listFromJson'.
      Object.listFromJson(json['matchings']);
             ^^^^^^^^^^^^
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant