Skip to content

Commit

Permalink
Updated Flutter Version
Browse files Browse the repository at this point in the history
  • Loading branch information
GibreelAbdullah committed Oct 26, 2023
1 parent e314579 commit 6e45090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.7.12'
flutter-version: '3.13.9'
- name: Install dependencies
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
- name: Install project dependencies
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.7.12'
flutter-version: '3.13.9'
- name: Install project dependencies
run: flutter pub get
- name: Generate intermediates
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.7.12'
flutter-version: '3.13.9'
- name: Install project dependencies
run: flutter pub get
- name: Generate intermediates
Expand Down
16 changes: 0 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.13.1"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
url: "https://pub.dev"
source: hosted
version: "3.0.0"
flutter_svg:
dependency: transitive
description:
Expand Down Expand Up @@ -552,14 +544,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.4.8"
lints:
dependency: transitive
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "3.0.0"
logging:
dependency: transitive
description:
Expand Down

0 comments on commit 6e45090

Please sign in to comment.