User Profile

User's Address,Order,Post etc.

Signup time:2022.12.05 21:10:19

Showing 5 out of total 125

A failure occurred while executing org.jetbrains.kotlin.compilerRunner
Author : Anonymous Publish Time : 05 Nov 2024 04:50:33

Launching lib\main.dart on Redmi Note 8 Pro in debug mode...
Running Gradle task 'assembleDebug'...
e: file:///D:/Projects/Flutter-apps/admin_app/android/app/src/main/kotlin/com/irder/cbes_admin_app/MainActivity.kt:3:8 Unresolved reference: io
e: file:///D:/Projects/Flutter-apps/ admin_app/android/app/src/main/kotlin/com/irder/cbes_admin_app/MainActivity.kt:5:21 Unresolved reference: FlutterActivity

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > Compilation error. See log for more details

#1093 - You can't specify target table 'mt_message' for update in FROM clause
Author : Anonymous Publish Time : 03 Nov 2024 18:42:50
#1093 - You can't specify target table 'mt_message' for update in FROM clause
The context used to push or pop routes from the Navigator must be that of a widget that is a descendant of a Navigator widget.
Author : Anonymous Publish Time : 02 Nov 2024 01:27:18

The context used to push or pop routes from the Navigator must be that of a widget that is a descendant of a Navigator widget.

invalid_sound, The resource slow_spring_board could not be found. Please make sure it has been added as a raw resource to your Android head project
Author : Anonymous Publish Time : 01 Nov 2024 00:58:57
Exception has occurred.
  •  
PlatformException (PlatformException(invalid_sound, The resource slow_spring_board could not be found. Please make sure it has been added as a raw resource to your Android head project., null, null))
flutter dart fix Don't use 'BuildContext's across async gaps.
Author : Anonymous Publish Time : 28 Oct 2024 23:12:19

Don't use 'BuildContext's across async gaps.
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.