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
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 ea2a30d commit 1d63893
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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 Down

0 comments on commit 1d63893

Please sign in to comment.