Skip to content

Commit

Permalink
Updated flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarna84 committed Jan 20, 2025
1 parent df170c5 commit 80c148d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.19.5'
flutter-version: '3.27.2'
channel: 'stable'
- name: update dependencies
run: sudo apt-get update
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.19.5'
flutter-version: '3.27.2'
- name: Install project dependencies
run: flutter pub get
#- name: Generate intermediates
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.19.5'
flutter-version: '3.27.2'
- name: Install project dependencies
run: flutter pub get
- run: flutter config --enable-macos-desktop
Expand Down
5 changes: 2 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import Cocoa
import FlutterMacOS

@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}

override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: OpenView2
description: BLE companion app for use with ProtoCentral breakout boards and modules

version: 2.1.3+114
version: 2.1.4+115

environment:
sdk: ^3.3.0
Expand Down

0 comments on commit 80c148d

Please sign in to comment.