QOL: Get loaction in bg
This commit is contained in:
parent
dfcfced28f
commit
a9d6ca1baa
3 changed files with 7 additions and 16 deletions
|
|
@ -2,7 +2,6 @@ import 'dart:convert';
|
|||
|
||||
import 'package:file_picker/file_picker.dart';
|
||||
import 'package:go_router/go_router.dart';
|
||||
import 'package:ken_logger/ken_logger.dart';
|
||||
import 'package:mzansi_innovation_hub/mih_package_components/mih_loading_circle.dart';
|
||||
import 'package:mzansi_innovation_hub/mih_config/mih_env.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
|
@ -42,9 +41,9 @@ class MihFileApi {
|
|||
fileUrl = decodedData['minioURL'];
|
||||
} else {
|
||||
// internetConnectionPopUp(context);
|
||||
KenLogger.error("Get File Error: $url");
|
||||
KenLogger.error("Get File Error: ${response.statusCode}");
|
||||
KenLogger.error("Get File Error: ${response.body}");
|
||||
// KenLogger.error("Get File Error: $url");
|
||||
// KenLogger.error("Get File Error: ${response.statusCode}");
|
||||
// KenLogger.error("Get File Error: ${response.body}");
|
||||
}
|
||||
} catch (e) {
|
||||
// internetConnectionPopUp(context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue