This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Contributor
|
I'm going to close the PR because the CLA is not signed. Feel free to ping me when the CLA is signed and I'll re-open the PR. Or you can open a new PR after signing the CLA. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using hardware rendering with device sdk gphone x86. If you notice graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
Launching lib/main.dart on sdk gphone x86 in debug mode...
Running Gradle task 'assembleDebug'...
Running Gradle task 'assembleDebug'... Done 20.0s
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Installing build/app/outputs/flutter-apk/app.apk... 1.4s
Waiting for sdk gphone x86 to report its views... 21ms
I/re.mytableqata( 6453): Background young concurrent copying GC freed 84959(4570KB) AllocSpace objects, 5(164KB) LOS objects, 92% free, 1957KB/25MB, paused 2.480ms total 395.807ms
I/Choreographer( 6453): Skipped 79 frames! The application may be doing too much work on its main thread.
E/flutter ( 6453): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider)
E/flutter ( 6453): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7)
E/flutter ( 6453):
E/flutter ( 6453): #1 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:332:12)
E/flutter ( 6453): #2 MethodChannelPathProvider.getApplicationDocumentsPath (package:path_provider_platform_interface/src/method_channel_path_provider.dart:50:10)
E/flutter ( 6453): #3 getApplicationDocumentsDirectory (package:path_provider/path_provider.dart:104:39)
E/flutter ( 6453): #4 main (package:mytableqatar/main.dart:46:20)
E/flutter ( 6453): #5 _runMainZoned.. (dart:ui/hooks.dart:231:25)
E/flutter ( 6453): #6 _rootRun (dart:async/zone.dart:1190:13)
E/flutter ( 6453): #7 _CustomZone.run (dart:async/zone.dart:1093:19)
E/flutter ( 6453): #8 _runZoned (dart:async/zone.dart:1630:10)
E/flutter ( 6453): #9 runZonedGuarded (dart:async/zone.dart:1618:12)
E/flutter ( 6453): #10 _runMainZoned. (dart:ui/hooks.dart:223:5)
E/flutter ( 6453): #11 _startIsolate. (dart:isolate-patch/isolate_patch.dart:301:19)
E/flutter ( 6453): #12 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)