update external api call start

This commit is contained in:
Mohamed Nouffer
2023-01-12 12:32:08 +05:30
parent 615c086c24
commit 4a7b4a531c
6 changed files with 37 additions and 13 deletions

View File

@ -117,6 +117,13 @@ class DrawerPage extends StatelessWidget {
},
) :
Container(width: 0, height: 0,),
ListTile(
leading: const Icon(Icons.privacy_tip),
title: Text("privacy".tr),
onTap: (){
_launchURL("https://rogaining.sumasen.net/api/privacy/");
},
)
// ListTile(
// leading: const Icon(Icons.router),
// title: Text("my_route".tr),