https://github.com/codefoxlk/flutter_car_dashboard
Car Dashboard by flutter
https://github.com/codefoxlk/flutter_car_dashboard
Last synced: 10 months ago
JSON representation
Car Dashboard by flutter
- Host: GitHub
- URL: https://github.com/codefoxlk/flutter_car_dashboard
- Owner: CodeFoxLk
- License: mit
- Created: 2022-03-28T11:48:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T18:48:41.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T21:23:20.275Z (11 months ago)
- Language: Dart
- Size: 1.56 MB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


### How to change map providers.
##### free available map providers
http://www.strasis.com/documentation/limelight-xe/reference/tile-map-servers
you can add most of the maps here. but i personally like for [ArcGIS Online Maps] and [Carto Base Maps]
you just need to copy one of the URL and paste it to ***urlTemplate*** of lib\maps\map_and_navigation.dart

if you use Carto base maps. remember to remove the **'{s}'** of the URL
##### Map box
- Sign in to https://studio.mapbox.com/ and open mapbox studio
- click on the **create a map in studuio** button

- click on the **new style** button

- choose a template **and click on the **cutomize** button

- cutomize and change colors as you wish and **publish** the map

- click on the **share** button

- select **third party** and **carto**
-
- finally copy the integration url and past to the urlTemplate of lib\maps\map_and_navigation.dart
