Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Snap: pin Flutter version to 3.0.5 (#1100)
Browse files Browse the repository at this point in the history
Flutter 3.3 has severe raster cache rendering issues due to fractional
translation i.e. removal of pixel snapping:
https://github.com/jpnurmi/flutter_raster_cache_bug
  • Loading branch information
jpnurmi committed Sep 5, 2022
1 parent 69791ec commit 1c7ddfa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ parts:

flutter-git:
source: https://github.com/flutter/flutter.git
source-branch: stable
source-tag: 3.0.5
source-depth: 1
plugin: nil
override-build: |
Expand Down Expand Up @@ -157,8 +157,6 @@ parts:
mkdir -p $SNAPCRAFT_PART_INSTALL/etc/subiquity
cp -r snap/local/postinst.d $SNAPCRAFT_PART_INSTALL/etc/subiquity
cd packages/ubuntu_desktop_installer
flutter channel stable
flutter upgrade
flutter doctor
flutter pub get
flutter build linux --release -v
Expand All @@ -175,8 +173,6 @@ parts:
mkdir -p $SNAPCRAFT_PART_INSTALL/bin
mkdir -p $SNAPCRAFT_PART_INSTALL/usr/libexec
cd packages/ubuntu_wsl_setup
flutter channel stable
flutter upgrade
flutter doctor
flutter pub get
flutter build linux --release -v
Expand Down

0 comments on commit 1c7ddfa

Please sign in to comment.