Skip to content

Commit

Permalink
chore: Update flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Oct 9, 2024
1 parent a6de25f commit 9e1aeba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion record/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
audioplayers_darwin: dcad41de4fbd0099cb3749f7ab3b0cb8f70b810c
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
record_darwin: df0a677188e5fed18472550298e675f19ddaffbe

PODFILE CHECKSUM: 0d3963a09fc94f580682bd88480486da345dc3f0
Expand Down
2 changes: 1 addition & 1 deletion record/example/macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS

@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
Expand Down
4 changes: 2 additions & 2 deletions record/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version: 1.0.0
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.4.0
flutter: ">=3.22.0"
sdk: ^3.3.0
flutter: ">=3.16.0"

dependencies:
path: ^1.8.0
Expand Down
4 changes: 2 additions & 2 deletions record_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.1.3
homepage: https://github.com/llfbandit/record/tree/master/record_web

environment:
sdk: ^3.4.0
flutter: ">=3.22.0"
sdk: ^3.3.0
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down

0 comments on commit 9e1aeba

Please sign in to comment.