Pranav Manoj

Results 4 comments of Pranav Manoj

> yes with `MapBoxMapcontroller.addSymbol()` From where did you get/see that method ?

From [here](https://github.com/eopeter/flutter_mapbox_navigation/blob/master/example/lib/main.dart) ? Because I couldn't find it there

Deleting the dart analysis server files as [suggested](https://github.com/flutter/flutter-intellij/issues/3255#issuecomment-469800180) by @scheglov immediately fixed the problem. Thanks !

But I need it to default to `ThemeMode.dark` and this isn't working as of now. When I try to use `Get.changeTheme` after setting `ThemeMode.dark` as `themeMode` in `GetMaterialApp`, nothing works...