Microsoft/vscode
GitHub で見るFlutter apps crash due to old core16 gdk-pixbuf loaders in snap
Open
#117,685 opened on 2021年2月25日
bughelp wantedlinuxsnap
Repository metrics
- Stars
- (74,848 stars)
- PR merge metrics
- (平均マージ 11h 43m) (30d で 1,000 merged PRs)
説明
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:
- Install Flutter using the "manual" method: https://flutter.dev/docs/get-started/install/linux#install-flutter-manually
- Create a Flutter app:
flutter channel dev
flutter upgrade
flutter config --enable-linux-desktop
flutter create my_app
- Install the Dart Code extension.
- Open the my_app directory you created in step 2.
- Navigate to /lib/main.dart, and click "Run" above void main().