Commit 216e5850 authored by Dio Maulana's avatar Dio Maulana

final

parent 47d7498c
......@@ -2,7 +2,7 @@
import 'dart:async';
import 'dart:convert';
import 'dart:io' as Io;
import 'dart:io';
import 'package:excelso_attendance/api/api.dart';
import 'package:excelso_attendance/helper/arguments/error_args.dart';
import 'package:excelso_attendance/helper/arguments/route_args.dart';
......@@ -169,7 +169,7 @@ class _AbsentCameraViewState extends State<AbsentCameraView> {
child: (pictureIsTaken)
? (isPhone)
? Image.file(
Io.File(imagePathPhone!),
File(imagePathPhone!),
fit: BoxFit.fill,
)
: Image.memory(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment