mapbox-flutter
mapbox-flutter copied to clipboard
A repository to demonstrate the use of Mapbox - it's Maps and Navigation SDKs in a Flutter application
i am using flutter_mapbox_navigation and mapbox_gl latest version both are work fine individually but if i am using it in same project getting issue how i can fix it, FAILURE:...
I tried to update flutter_mapbox_navigation ^0.1.7 and mapbox_gl: ^0.16.0 packages to use in Flutter Version 3.10.2 and this error appeared below, could you help me how to solve it? FAILURE:...
I want to get my local location when start app, but I always got the same location in USA, can you tell me why?
The completed code for turn by turn does not build on a intel macbook with xcode 14.2. Building for iOS Simulator, but linking in dylib built for iOS, file '/Users/myusername/git/flutter/mapbox/mapbox-flutter/turn_by_turn/completed_code/mapbox_turn_by_turn/ios/Pods/Mapbox-iOS-SDK/dynamic/Mapbox.framework/Mapbox'...
When debugging on a physical Android Device, It throws an error at directions_handler.dart Line 12: ``` NoSuchMethodError (NoSuchMethodError: The method '[]' was called on null. Receiver: null Tried calling: []("routes"))...
With Windows: ../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/google_fonts-2.3.1/lib/src/google_fonts_base.dart(14,1): error GDC3DF8B3: 'AssetManifest' is imported from both 'package:flutter/src/services/asset_manifest.dart' and 'packa ge:google_fonts/src/asset_manifest.dart'. [C:\Users\advai\Downloads\mapbox-flutter-main\mapbox-flutter-main\turn_by_turn\completed_code\mapbox_turn_by_turn\build\windows\flutter\flutter_assemble.vcxproj] ../../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart(15,16): error GE5CFE876: The method 'File.create' has fewer named arguments than those of overridden method...
When I open the screen with the navigator on a device with Android 12 the app crashes, on an older device it works correctly. The error is: ``` `E/MapboxNavNative(19093): User...
Error (Xcode): Building for iOS Simulator, but linking in dylib built for iOS, file '/Users/sharifullah/Code/Flutter/mapboxrtn/ios/Pods/Mapbox-iOS-SDK/dynamic/Mapbox.framework/Mapbox' for architecture arm64 Could not build the application for the simulator.
When I try to run the application on my mobile phone, i get the error "Execution failed for task ':location:compileDebugKotlin'". If I run the application in chrome it works fine....