docs(map-makers): minnor changes

This commit is contained in:
miguel 2023-05-18 16:20:16 +01:00 committed by MSilva95
parent a298a860cf
commit fa0326fbe0
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ A `TabBar` with three screens:
- A `Maps` screen like [google maps](https://codelabs.developers.google.com/codelabs/google-maps-in-flutter#0) where the user can see their favorite places marked on the map with an `info view`.
- A `favorite places` screen which will have a list of the user's favorite places.
- A `Favorite Places` screen which will have a list of the user's favorite places.
- An `InfoPage` screen that displays the names and email addresses of the app's authors, along with a general description of the app.

View File

@ -4,7 +4,7 @@
###### Does the app run without crashing?
###### Does the app have `Bottom TabBar`?
###### Does the app have `TabBar`?
###### Does the app show google maps on the `Map` screen?