Skip to content

Commit

Permalink
changed relative urls to absolute urls for the Information Template s…
Browse files Browse the repository at this point in the history
…creenshot and the Point Of Interest Template screenshot
  • Loading branch information
olafschneid committed Mar 24, 2022
1 parent a276038 commit 9444b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ FlutterCarplay.setRootTemplate(rootTemplate: listTemplate, animated: true);

## Information Template

![Flutter CarPlay](previews/information_template.png)
![Flutter CarPlay](https://raw.githubusercontent.com/oguzhnatly/flutter_carplay/master/previews/information_template.png)

An Information Template shows a list of items, and actions (max. three)) as array of text buttons.

Expand Down Expand Up @@ -619,7 +619,7 @@ FlutterCarplay.setRootTemplate(rootTemplate: informationTemplate, animated: true

## Point Of Interest Template

![Flutter CarPlay](previews/point_of_interest_template.png)
![Flutter CarPlay](https://raw.githubusercontent.com/oguzhnatly/flutter_carplay/master/previews/point_of_interest_template.png)

A Point Of Interest template shows multiple points of interest on a Map
The map section is determined by the points of interest.
Expand Down

0 comments on commit 9444b07

Please sign in to comment.