Skip to content

Commit

Permalink
Merge pull request #10 from OSch11/master
Browse files Browse the repository at this point in the history
changed relative urls to absolute urls for the Information Template s…
  • Loading branch information
oguzhnatly authored Mar 24, 2022
2 parents a276038 + 9444b07 commit 6585ca2
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 6585ca2

Please # to comment.