Add Google Maps integration and update UI components; change platform version and minimum SDK
This commit is contained in:
@@ -30,7 +30,7 @@ class _HomePageState extends State<HomePage> {
|
||||
'Mes voyages', // 0
|
||||
'Paramètres', // 1
|
||||
'Carte', // 2
|
||||
'Mes chats', // 3
|
||||
'Chat de groupe', // 3
|
||||
'Comptes', // 4
|
||||
];
|
||||
|
||||
@@ -88,7 +88,7 @@ class _HomePageState extends State<HomePage> {
|
||||
),
|
||||
ListTile(
|
||||
leading: Icon(Icons.group),
|
||||
title: Text("Mes groupes"),
|
||||
title: Text("Chat de groupe"),
|
||||
selected: _currentIndex == 3,
|
||||
onTap: () {
|
||||
setState(() {
|
||||
|
||||
Reference in New Issue
Block a user