An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

alt text

alt text

### 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

alt text

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

alt text

- click on the **new style** button

alt text

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

alt text

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

alt text

- click on the **share** button

alt text

- select **third party** and **carto**

- alt text

- finally copy the integration url and past to the urlTemplate of lib\maps\map_and_navigation.dart
alt text