Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Manifest Detected on Flutter PWA due to root-level picture tag #202

Closed
HoseinGhanbari opened this issue Aug 28, 2021 · 2 comments
Closed

Comments

@HoseinGhanbari
Copy link

HoseinGhanbari commented Aug 28, 2021

Describe the bug
https://stackoverflow.com/questions/68961660/no-manifest-detected-flutter-pwa/

To Reproduce

flutter_native_splash:
  color: "#000000"
  image: assets/images/intro.png
flutter pub run flutter_native_splash:create

Expected behavior
a detectable manifest.json

Device:

  • Device: Chrome/Edge
  • OS: Windows 10

Flutter doctor

C:\WINDOWS\system32>flutter doctor -v
[√] Flutter (Channel stable, 2.2.3, on Microsoft Windows [Version 10.0.19042.1110])
    • Flutter version 2.2.3 at C:\Hosein\sdk\flutter
    • Framework revision f4abaa0735 (8 weeks ago), 2021-07-01 12:46:11 -0700
    • Engine revision 241c87ad80
    • Dart version 2.13.4

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at C:\Hosein\sdk
    • Platform android-30, build-tools 30.0.3
    • ANDROID_HOME = C:\Hosein\sdk
    • ANDROID_SDK_ROOT = C:\Hosein\sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

[√] Android Studio
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • android-studio-dir = C:\Program Files\Android\Android Studio
    • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174)

[√] IntelliJ IDEA Community Edition (version 2020.1)
    • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.1.3
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart

[√] VS Code (version 1.59.1)
    • VS Code at C:\Users\Hosein\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.25.0

[√] Connected device (2 available)
    • Chrome (web) • chrome • web-javascript • Google Chrome 92.0.4515.159
    • Edge (web)   • edge   • web-javascript • Microsoft Edge 92.0.902.84

• No issues found!
@jonbhanson
Copy link
Owner

Thanks for the report. This error will be fixed in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@HoseinGhanbari @jonbhanson and others