Microsoft/vscode

Flutter apps crash due to old core16 gdk-pixbuf loaders in snap

Open

#117.685 aperta il 25 feb 2021

Vedi su GitHub
 (2 commenti) (2 reazioni) (1 assegnatario)TypeScript (10.221 fork)batch import
bughelp wantedlinuxsnap

Metriche repository

Star
 (74.848 star)
Metriche merge PR
 (Merge medio 11h 43m) (1000 PR mergiate in 30 g)

Descrizione

See: https://github.com/flutter/flutter/issues/73611#issuecomment-785410480

Setup:

  • VS Code Version: 1.53.2 (snap)
  • OS Version: Ubuntu 20.04

Steps to Reproduce:

  1. Install Flutter using the "manual" method: https://flutter.dev/docs/get-started/install/linux#install-flutter-manually
  2. Create a Flutter app:
flutter channel dev
flutter upgrade
flutter config --enable-linux-desktop
flutter create my_app
  1. Install the Dart Code extension.
  2. Open the my_app directory you created in step 2.
  3. Navigate to /lib/main.dart, and click "Run" above void main().

Guida contributor