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

Commit

Permalink
Revert "Snap: pin Flutter version to 3.0.5 (#1100)"
Browse files Browse the repository at this point in the history
This reverts commit 1c7ddfa.
  • Loading branch information
CarlosNihelton committed Sep 16, 2022
1 parent 758cb9b commit 01b540b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snap/snapcraft.yaml
Expand Up @@ -124,7 +124,7 @@ parts:

flutter-git:
source: https://github.com/flutter/flutter.git
source-tag: 3.0.5
source-branch: stable
source-depth: 1
plugin: nil
override-build: |
Expand Down Expand Up @@ -157,6 +157,8 @@ 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 @@ -173,6 +175,8 @@ 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 01b540b

Please sign in to comment.