PS C:\Users\Taha\StudioProjects\AlarmTest> fsr[ +63 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git -c log.showSignature=false log -n 1 --pretty=format:%H[ +370 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H[ +2 ms] 02c026b03cd31...
Chrome[✓] Android Studio (version 3.6)• Android Studio at /Applications/Android Studio.app/Contents• Flutter plugin version 45.1.1• Dart plugin version 192.7761• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)[✓] VS Code• VS Code at /...
@pedromassango @pedromassangocode I am also getting this issue. Methods tried: Added proguard Reduced camera version to 0.7.0 also. Getting same error in that too. Do you think Flutter 2.0 is the cause for the error? @tarang1998 Are you on Flutter > 2.0 too? AbhishekDoshi26 commented ...
Steps to Reproduce Execute flutter run on the code sample Error "No Material widget found." has arrived. Now, to get the correct(intended) behavior, execute flutter run --release on the code sample Expected results: A TextField Widget. A...
[ +5 ms] executing: /Users/haoranliu/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree /Users/haoranliu/StudioProjects/flutter_tim_tuikit/flutter_tim_tuikit/example/build/app/outputs/apk/app.apk AndroidManifest.xml [ +4 ms] Exit code 0 from: /Users/haoranliu/Library/Android/sdk...
Steps to Reproduce Create a new flutter project and use this gist as the main.dart Compile and run on Android or iOS Expected results: The image should not load (as the image data is invalid) and the errorBuilder should be called instead...
Gradle task assembleDebug failed with exit code 1 #0 throwToolExit (package:flutter_tools/src/base/common.dart:26:3) #1 _buildGradleProjectV2 (package:flutter_tools/src/android/gradle.dart:399:5) <asynchronous suspension> #2 buildGradleProject (package:flutter_tools/src/android/gradle.dart:300...
I am using the example code of camera 0.7.0+1 plugin. I installed and used what are required in pubspec.yaml, build.gradle files and AndroidManifest.xml. This camera 0.7.0+1 plugin is working on Android 5.1 x86_64. (api level 21) But on ...
code sample import'package:flutter/material.dart';import'package:flutter/services.dart';import'package:local_auth/local_auth.dart';//? Testing Local Auth( Finger Print , Face Recognition, etc)classTestingPageextendsStatefulWidget{staticconstrouteNamed="/testing-page";@override_TestingPageStatecreateState...
Steps to Reproduce Getting this error when debugging using an android device. Flutter package(1.2) is placed in different directory (E drive) Logs [ +2 ms] "flutter run" took 296,916ms. Gradle task assembleDebug failed with exit code 1 #...