Skip to content
Snippets Groups Projects
Commit 3f93d28d authored by Thi Huyen Trang Nguyen's avatar Thi Huyen Trang Nguyen
Browse files

KAT-77-TEST: added error comments of image_picker

parent 6a5c5b54
Branches KAT-77-TEST
No related tags found
No related merge requests found
......@@ -6,6 +6,23 @@ import '../model/startTriage.dart';
import '../enums/start_triage_state.dart';
import 'lock_screen.dart';
/*
Fail to pick image using image_picker plugin On Android 10 · Issue
package:image_picker/image_picker.dart:59 E/flutter (12347): Pick image error #61469. After upgrading to Flutter 1.12 , image_picker does not work in Flutter Module (FlutterView). And pub get , it says. The plugin image_picker is built using an older version of the Android plugin API which assumes that it's running in a full-Flutter environment.
After change Flutter beta Version in Flutter stable with theses:
flutter channel stable
flutter clean
flutter run
the app worked! But i have the errors:
D/skia (14547): Shader compilation error
D/MediaScannerConnection(14547): Scanned /storage/emulated/0/Android/data/com.example.rescueapp/files/Pictures/4cda899b-129e-46e5-a910-073c80075dd98127981489405337647.jpg to null
*/
class CameraAccess extends StatefulWidget {
final String title;
final StartTriage startTriage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment