.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.9.10/ [ +25 ms] Found plugin firebase_core at /Library/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.3.1+1/ [ +9 ms] Found plugin flutter_downloader at /Library/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_...
the pub cache. [ +2 ms] executing: [C:\Users\DELL\AndroidStudioProjects\aboutme/] C:\Users\DELL\Documents\flutter_windows_v1.12.13+hotfix.8-stable\flutter\bin\cache\dart-sdk\bin\pub.bat --verbose get --no-precompile [+1242 ms] FINE: Pub 2.11.0-181.0.dev [ +7 ms] ...
I followed the installation steps, correctly cloned the project and configured the environment variables, executed flutter doctor, after downloading various dependencies, there was no response. Steps to Reproduce export PUB_HOSTED_URL=https://pub.flutter-io.cn export FLUTTER_STORAGE_BASE_URL=https:/...
The test is really flaky, I have not yet been able to reproduce this locally (but I also don't have access to a macos machine, so it might be difficult). I updated CI to 3.22.2, but since it is quite flaky on this small example it may take a day (or 2) of trying to get i...
If a commit on master branch contains version updates to one or more packages, the “release” CI will publish the new versions to pub.dev and push the release tag to GitHub. The “release” CI passes if 1. the release process is successful, or 2. there are no version updates in the...
Compiler message: file:///C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.12.0/lib/src/picture_provider.dart:337:33: Error: The argument type 'Null Function(StringBuffer)' can't be assigned to the parameter type 'Iterable<DiagnosticsNode> Function()'. - 'StringBuffer' is fr...
[ +261 ms] Found plugin path_provider at C:\sdk2\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider-0.4.1\ [ +138 ms] C:\Android\sdk\platform-tools\adb -s FM6DCMYT4DEMIV7H shell getprop [ +237 ms] ro.hardware = mt6735 [ +1 ms] ro.build.characteristics = default [+...
$ flutter build apk Initializing gradle... Resolving dependencies... * Error running Gradle: Exit code 1 from: C:\Users\Alicembugua\Desktop\whatsapp\android\gradlew.bat app:properties: Starting a Gradle Daemon (subsequent builds will be faster) FAILURE: Build failed with an exception. * What ...
I had the same issue while running my app & it was stuck at Blue Screen which was FIXED by adding GoogleService-info.plist in the project. It can be added in xCode or in ios folder. Please check logs if it's attempting to connect to firebase or has any firebase dependencies. If it ...
Actually -- figured out the issue too based on a totally different problem someone else had. The underlying cause (if you see it being stuck waiting for observer port) is MOST likely due to the App just crashing ASAP on startup. In this case is was a badly mis-configured AdMob plugin...