From 53164c0441db946b4293f483a28b524ecdc91e30 Mon Sep 17 00:00:00 2001 From: Hritik Chouhan Date: Fri, 23 Sep 2022 16:44:56 +0200 Subject: Error handling in flutter navigation app Add Error statement for mapboxAccess token related Error in app Bug-AGL: SPEC-4548 Change-Id: Id5e0d70be86a4d30965606ed2c7525cb9510b293 Signed-off-by: Hritik Chouhan --- lib/config.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config.dart b/lib/config.dart index cda553b..3ddc24c 100644 --- a/lib/config.dart +++ b/lib/config.dart @@ -66,6 +66,8 @@ class _GetConfigState extends ConsumerState { style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold)), Text( "Something Wrong with config file! Check config.yaml file and restart"), + Text("OR"), + Text("You Need to set MapboxAccess token in local.conf file"), ], )), ); -- cgit 1.2.3-korg