diff options
author | Hritik Chouhan <hritikc3961@gmail.com> | 2022-09-23 16:44:56 +0200 |
---|---|---|
committer | Hritik Chouhan <hritikc3961@gmail.com> | 2022-09-23 19:43:50 +0200 |
commit | 53164c0441db946b4293f483a28b524ecdc91e30 (patch) | |
tree | 1c2cac893116eb1819f23dda3e0dda3b9d7d936d | |
parent | 0e820517cbcc6d799cf7f23c7041f3f15b732dc0 (diff) |
Error handling in flutter navigation applamprey_12.1.13lamprey/12.1.1312.1.13needlefish
Add Error statement for mapboxAccess token related Error in app
Bug-AGL: SPEC-4548
Change-Id: Id5e0d70be86a4d30965606ed2c7525cb9510b293
Signed-off-by: Hritik Chouhan <hritikc3961@gmail.com>
-rw-r--r-- | lib/config.dart | 2 |
1 files changed, 2 insertions, 0 deletions
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<GetConfig> { 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"), ], )), ); |