Salisbury-University/robot-weed-killer

๐Ÿ› Undefined Error for FlutterMap layers

Closed this issue ยท 2 comments

ZM009 commented

Description

When running the app in debug mode, the console logs an error relating to the layers list, marker options and tile layer options.

Reproduction steps

1. go to bt_controller:  robot-weed-killer/bt_controller
2. run command: ```flutter run --no-sound-null-safety``` (working on migration)

Screenshots

No response

Logs

No response

ZM009 commented

Fixed; found out method i was using was deprecated when reading flutter_map docs. pubspec auto updated to latest version, and i refactored accordingly.

take a look @nickkrisulevicz thanks :)

Screenshot 2023-04-15 at 9 40 13 PM

Looks good. Let me know if there is anything I can do to help if any future problems arise