2023-02-12 23:02:54
Launching libmain.dart on AOSP on IA Emulator in debug mode… Running Gradle task ‘assembleDebug’… Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this sourc...
2023-02-12 23:01:01
PS C:UsersuserStudioProjectsapp> flutter gen-l10n Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! Found syntax errors. Solution Change fro...
2023-02-12 23:00:10
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! Running “flutter pub get” in itwi… Resolving dependencies… (1.1s) Because no versions of intl_...
2023-02-12 22:59:03
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! Generating synthetic localizations package failed with 1 error: Exception: Found syntax error...
2023-02-12 22:57:53
[Solved] Flutter Intl Plugin Error: No instance of S present in the widget tree. Did you add S.delegate in localizationsDelegates? Widget build(BuildContext context) { return Materia...
2023-02-12 22:55:11
E/flutter (30245): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ‘package:flutter/src/gestures/hit_test.dart’: Failed assertion: line 220 pos 7: ‘_debugVectorMoreOrLessEquals...
2023-02-12 22:53:27
======== Exception caught by widgets library ======================================================= The following assertion was thrown building DiaryPage(dirty, dependencies: [MediaQuery, _Inherited...
2023-02-12 22:51:16
√ Built buildappoutputsflutter-apkapp-debug.apk. Installing buildappoutputsflutter-apkapp-debug.apk… Error: ADB exited with exit code 1 Performing Streamed Install adb: failed to install C:Users...
2023-02-12 22:49:37
I/flutter ( 5116): PlatformException(no_fragment_activity, local_auth plugin requires activity to be a FragmentActivity., null, null) E/flutter ( 5116): [ERROR:flutter/runtime/dart_vm_initializer.cc(...
2023-02-12 22:40:04
1 Copy the code below to your com/app/appname/MainActivity.kt package com.wordx.local_diary import androidx.annotation.NonNull; import io.flutter.embedding.android.FlutterFragmentActivity import...