Closed Fauzdar1 closed 3 years ago
@Fauzdar1 The error is pointing to 3rd party plugin you are using in your app:
../../FlutterSDK/.pub-cache/hosted/pub.dartlang.org/flutter_math_fork-0.3.3+1/lib/src/widgets/selectable.dart:407:7: Error: The non-abstract class 'InternalSelectableMathState' is missing implementations for these members
which may have issues after you upgraded the framework. So you'll need to reach out in dedicated plugin's repo for solution. https://github.com/simpleclub-extended/flutter_math_fork/issues
Closing from here, as this isn't an issue in Flutter.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v
and a minimal reproduction of the issue.
My project was working fine last night. I worked on another project today and did two actions which might've caused the issue I'm facing. Please remember, I'd changed nothing in this project prior to facing the issue since it was working fine, I just opened it and clicked run. The two actions on other projects are:
flutter upgrade
in another project I was working on.Steps to Reproduce
Expected results: Application installing in the device without any error.
Actual results: Error regarding a non-abstract class 'InternalSelectableMathState'.
Complete Error
``` Running Gradle task 'assembleDebug'... ../../FlutterSDK/.pub-cache/hosted/pub.dartlang.org/flutter_math_fork-0.3.3+1/lib/src/widgets/selectable.dart:407:7: Error: The non-abstract class 'InternalSelectableMathState' is missing implementations for these members: - TextSelectionDelegate.copySelection - TextSelectionDelegate.cutSelection - TextSelectionDelegate.pasteText - TextSelectionDelegate.selectAll Try to either - provide an implementation, - inherit an implementation from a superclass or mixin, - mark the class as abstract, or - provide a 'noSuchMethod' implementation. class InternalSelectableMathState extends StateLogs
### 1. flutter run --verbose ``` [ +74 ms] executing: [C:\Users\Username\Documents\FlutterSDK/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +89 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 4b330ddbedab445481cc73d50a4695b9154b4e4f [ +1 ms] executing: [C:\Users\Username\Documents\FlutterSDK/] git tag --points-at 4b330ddbedab445481cc73d50a4695b9154b4e4f [ +71 ms] Exit code 0 from: git tag --points-at 4b330ddbedab445481cc73d50a4695b9154b4e4f [ ] 2.6.0-11.0.pre [ +9 ms] executing: [C:\Users\Username\Documents\FlutterSDK/] git rev-parse --abbrev-ref --symbolic @{u} [ +55 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/dev [ ] executing: [C:\Users\Username\Documents\FlutterSDK/] git ls-remote --get-url origin [ +48 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +130 ms] executing: [C:\Users\Username\Documents\FlutterSDK/] git rev-parse --abbrev-ref HEAD [ +57 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] dev [ +85 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +65 ms] executing: C:\Users\Venom\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l [ +61 ms] List of devices attached f74de0a67d63 device product:land model:Redmi_3S device:land transport_id:4 [ +8 ms] C:\Users\Venom\AppData\Local\Android\Sdk\platform-tools\adb.exe -s f74de0a67d63 shell getprop [ +93 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +102 ms] Skipping pub get: version match. [ +27 ms] Found plugin audio_session at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\audio_session-0.1.6+1\ [ +19 ms] Found plugin cloud_firestore at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\cloud_firestore-2.5.4\ [ +4 ms] Found plugin cloud_firestore_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\cloud_firestore_web-2.4.4\ [ +4 ms] Found plugin connectivity at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\connectivity-3.0.6\ [ +3 ms] Found plugin connectivity_for_web at C:\Users\VUsernamenom\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\connectivity_for_web-0.4.0+1\ [ +2 ms] Found plugin connectivity_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\connectivity_macos-0.2.1+2\ [ +15 ms] Found plugin firebase_admob at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_admob-0.11.2\ [ +2 ms] Found plugin firebase_analytics at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_analytics-8.3.4\ [ +3 ms] Found plugin firebase_analytics_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_analytics_web-0.3.0+1\ [ +2 ms] Found plugin firebase_auth at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_auth-1.4.1\ [ +3 ms] Found plugin firebase_auth_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_auth_web-1.3.1\ [ +2 ms] Found plugin firebase_core at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_core-1.8.0\ [ +3 ms] Found plugin firebase_core_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_core_web-1.1.0\ [ +2 ms] Found plugin firebase_messaging at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_messaging-10.0.9\ [ +2 ms] Found plugin firebase_messaging_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_messaging_web-2.0.7\ [ +1 ms] Found plugin firebase_storage at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_storage-8.1.3\ [ +4 ms] Found plugin firebase_storage_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_storage_web-1.1.2\ [ +4 ms] Found plugin flutter_custom_tabs at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\flutter_custom_tabs-0.7.0\ [ +2 ms] Found plugin flutter_facebook_login at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\flutter_facebook_login-3.0.0\ [ +8 ms] Found plugin flutter_inappwebview at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\flutter_inappwebview-5.3.2\ [ +8 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-2.0.4\ [ +11 ms] Found plugin google_sign_in at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\google_sign_in-5.2.0\ [ +3 ms] Found plugin google_sign_in_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\google_sign_in_web-0.10.0+3\ [ +5 ms] Found plugin image_picker at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\image_picker-0.7.5+4\ [ +2 ms] Found plugin image_picker_for_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\image_picker_for_web-2.1.4\ [ +6 ms] Found plugin just_audio at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\just_audio-0.9.14\ [ +2 ms] Found plugin just_audio_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\just_audio_web-0.4.2\ [ +1 ms] Found plugin launch_review at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\launch_review-2.0.0\ [ +9 ms] Found plugin package_info at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\package_info-0.4.3+4\ [ +4 ms] Found plugin path_provider at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\path_provider-2.0.5\ [ +1 ms] Found plugin path_provider_linux at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\path_provider_linux-2.1.0\ [ +2 ms] Found plugin path_provider_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\path_provider_macos-2.0.2\ [ +2 ms] Found plugin path_provider_windows at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\path_provider_windows-2.0.3\ [ +11 ms] Found plugin share at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\share-0.6.5+4\ [ +1 ms] Found plugin shared_preferences at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences-2.0.8\ [ +1 ms] Found plugin shared_preferences_linux at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences_linux-2.0.2\ [ +1 ms] Found plugin shared_preferences_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-2.0.2\ [ +2 ms] Found plugin shared_preferences_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-2.0.2\ [ +1 ms] Found plugin shared_preferences_windows at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences_windows-2.0.2\ [ +3 ms] Found plugin sqflite at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\sqflite-2.0.0+4\ [ +10 ms] Found plugin url_launcher at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher-6.0.12\ [ +1 ms] Found plugin url_launcher_linux at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher_linux-2.0.2\ [ +1 ms] Found plugin url_launcher_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher_macos-2.0.2\ [ +2 ms] Found plugin url_launcher_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher_web-2.0.4\ [ +1 ms] Found plugin url_launcher_windows at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher_windows-2.0.2\ [ +3 ms] Found plugin video_player at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\video_player-2.2.5\ [ +2 ms] Found plugin video_player_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\video_player_web-2.0.4\ [ +1 ms] Found plugin wakelock at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\wakelock-0.5.6\ [ +1 ms] Found plugin wakelock_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\wakelock_macos-0.4.0\ [ +1 ms] Found plugin wakelock_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\wakelock_web-0.4.0\ [ +1 ms] Found plugin webview_flutter at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\webview_flutter-2.1.2\ [ +2 ms] Found plugin webview_flutter_android at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\webview_flutter_android-2.0.15\ [ +2 ms] Found plugin webview_flutter_wkwebview at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\webview_flutter_wkwebview-2.0.14\ [ +96 ms] Found plugin audio_session at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\audio_session-0.1.6+1\ [ +7 ms] Found plugin cloud_firestore at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\cloud_firestore-2.5.4\ [ +1 ms] Found plugin cloud_firestore_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\cloud_firestore_web-2.4.4\ [ +1 ms] Found plugin connectivity at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\connectivity-3.0.6\ [ +2 ms] Found plugin connectivity_for_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\connectivity_for_web-0.4.0+1\ [ +1 ms] Found plugin connectivity_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\connectivity_macos-0.2.1+2\ [ +6 ms] Found plugin firebase_admob at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_admob-0.11.2\ [ +1 ms] Found plugin firebase_analytics at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_analytics-8.3.4\ [ +1 ms] Found plugin firebase_analytics_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_analytics_web-0.3.0+1\ [ +1 ms] Found plugin firebase_auth at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_auth-1.4.1\ [ +1 ms] Found plugin firebase_auth_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_auth_web-1.3.1\ [ +1 ms] Found plugin firebase_core at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_core-1.8.0\ [ +1 ms] Found plugin firebase_core_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_core_web-1.1.0\ [ +2 ms] Found plugin firebase_messaging at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_messaging-10.0.9\ [ +1 ms] Found plugin firebase_messaging_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_messaging_web-2.0.7\ [ +1 ms] Found plugin firebase_storage at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_storage-8.1.3\ [ +2 ms] Found plugin firebase_storage_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\firebase_storage_web-1.1.2\ [ +2 ms] Found plugin flutter_custom_tabs at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\flutter_custom_tabs-0.7.0\ [ +1 ms] Found plugin flutter_facebook_login at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\flutter_facebook_login-3.0.0\ [ +3 ms] Found plugin flutter_inappwebview at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\flutter_inappwebview-5.3.2\ [ +3 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-2.0.4\ [ +5 ms] Found plugin google_sign_in at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\google_sign_in-5.2.0\ [ +1 ms] Found plugin google_sign_in_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\google_sign_in_web-0.10.0+3\ [ +3 ms] Found plugin image_picker at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\image_picker-0.7.5+4\ [ +1 ms] Found plugin image_picker_for_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\image_picker_for_web-2.1.4\ [ +3 ms] Found plugin just_audio at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\just_audio-0.9.14\ [ +1 ms] Found plugin just_audio_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\just_audio_web-0.4.2\ [ +1 ms] Found plugin launch_review at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\launch_review-2.0.0\ [ +5 ms] Found plugin package_info at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\package_info-0.4.3+4\ [ +3 ms] Found plugin path_provider at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\path_provider-2.0.5\ [ +1 ms] Found plugin path_provider_linux at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\path_provider_linux-2.1.0\ [ +1 ms] Found plugin path_provider_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\path_provider_macos-2.0.2\ [ +1 ms] Found plugin path_provider_windows at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\path_provider_windows-2.0.3\ [ +4 ms] Found plugin share at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\share-0.6.5+4\ [ +1 ms] Found plugin shared_preferences at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences-2.0.8\ [ +1 ms] Found plugin shared_preferences_linux at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences_linux-2.0.2\ [ +1 ms] Found plugin shared_preferences_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-2.0.2\ [ +1 ms] Found plugin shared_preferences_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-2.0.2\ [ +1 ms] Found plugin shared_preferences_windows at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\shared_preferences_windows-2.0.2\ [ +2 ms] Found plugin sqflite at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\sqflite-2.0.0+4\ [ +5 ms] Found plugin url_launcher at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher-6.0.12\ [ +1 ms] Found plugin url_launcher_linux at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher_linux-2.0.2\ [ +1 ms] Found plugin url_launcher_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher_macos-2.0.2\ [ +1 ms] Found plugin url_launcher_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher_web-2.0.4\ [ +1 ms] Found plugin url_launcher_windows at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\url_launcher_windows-2.0.2\ [ +2 ms] Found plugin video_player at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\video_player-2.2.5\ [ +2 ms] Found plugin video_player_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\video_player_web-2.0.4\ [ +1 ms] Found plugin wakelock at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\wakelock-0.5.6\ [ +1 ms] Found plugin wakelock_macos at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\wakelock_macos-0.4.0\ [ +1 ms] Found plugin wakelock_web at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\wakelock_web-0.4.0\ [ +1 ms] Found plugin webview_flutter at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\webview_flutter-2.1.2\ [ ] Found plugin webview_flutter_android at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\webview_flutter_android-2.0.15\ [ +1 ms] Found plugin webview_flutter_wkwebview at C:\Users\Username\Documents\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\webview_flutter_wkwebview-2.0.14\ [ +24 ms] The plugins `flutter_facebook_login, launch_review` use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration. [ +3 ms] Generating C:\Users\Username\Documents\Projects New\varta_app\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java [ +65 ms] ro.hardware = qcom [ +51 ms] Initializing file store [ +13 ms] Skipping target: gen_localizations [ +4 ms] Skipping target: gen_dart_plugin_registrant [ +2 ms] Skipping target: _composite [ +3 ms] complete [ +7 ms] Launching lib\main.dart on Redmi 3S in debug mode... [ +6 ms] C:\Users\Username\Documents\FlutterSDK\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Users\Username\Documents\FlutterSDK\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root C:\Users\Username\Documents\FlutterSDK\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill C:\Users\Username\AppData\Local\Temp\flutter_tools.549d53d7\flutter_tool.5505bec5\app.dill --packages C:\Users\Username\Documents\Projects New\varta_app\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build\c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --enable-experiment=alternative-invalidation-strategy [ +16 ms] executing: C:\Users\Username\AppData\Local\Android\Sdk\platform-tools\adb.exe -s f74de0a67d63 shell -x logcat -v time -t 1 [ +21 ms] <- compile package:varta_app/main.dart [ +263 ms] --------- beginning of main 10-26 00:21:02.422 W/ResourceType( 1557): ResTable_typeSpec entry count inconsistent: given 167, previously 839 [ +14 ms] executing: C:\Users\Username\AppData\Local\Android\Sdk\platform-tools\adb.exe version [ +31 ms] Android Debug Bridge version 1.0.41 Version 31.0.3-7562133 Installed as C:\Users\Username\AppData\Local\Android\Sdk\platform-tools\adb.exe [ +2 ms] executing: C:\Users\Username\AppData\Local\Android\Sdk\platform-tools\adb.exe start-server [ +34 ms] Building APK [ +34 ms] Running Gradle task 'assembleDebug'... [ +6 ms] Using gradle from C:\Users\Username\Documents\Projects New\varta_app\android\gradlew.bat. [ +6 ms] executing: C:\Program Files\Android\Android Studio\jre\bin\java -version [ +148 ms] Exit code 0 from: C:\Program Files\Android\Android Studio\jre\bin\java -version [ ] openjdk version "11.0.10" 2021-01-19 OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189) OpenJDK 64-Bit Server VM (build 11.0.10+0-b96-7249189, mixed mode) [ +1 ms] executing: [C:\Users\Username\Documents\Projects New\varta_app\android/] C:\Users\Username\Documents\Projects New\varta_app\android\gradlew.bat -Pverbose=true -Ptarget-platform=android-arm64 -Ptarget=C:\Users\Username\Documents\Projects New\varta_app\lib\main.dart -Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true -Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root assembleDebug [+1997 ms] > Configure project :app [ +3 ms] WARNING: The option setting 'android.enableR8=true' is deprecated. [ +1 ms] It will be removed in version 5.0 of the Android Gradle plugin. [ ] You will no longer be able to disable R8 [ +697 ms] > Configure project :flutter_custom_tabs [ +10 ms] WARNING: API 'variant.getGenerateBuildConfig()' is obsolete and has been replaced with 'variant.getGenerateBuildConfigProvider()'. [ ] It will be removed in version 5.0 of the Android Gradle plugin. [ +1 ms] For more information, see https://d.android.com/r/tools/task-configuration-avoidance. [ +6 ms] To determine what is calling variant.getGenerateBuildConfig(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information. [+2255 ms] ../../FlutterSDK/.pub-cache/hosted/pub.dartlang.org/flutter_math_fork-0.3.3+1/lib/src/widgets/selectable.dart:407:7: Error: The non-abstract class 'InternalSelectableMathState' is missing implementations for these members: [ +3 ms] - TextSelectionDelegate.copySelection [ ] - TextSelectionDelegate.cutSelection [ ] - TextSelectionDelegate.pasteText [ ] - TextSelectionDelegate.selectAll [ ] Try to either [ ] - provide an implementation, [ ] - inherit an implementation from a superclass or mixin, [ ] - mark the class as abstract, or [ ] - provide a 'noSuchMethod' implementation. [ ] class InternalSelectableMathState extends StateSteps I've tried to resolve the issue which didn't help.
I found nothing similar to the issue and the issues don't seem directly related to my project, this seems an issue with Flutter SDK.