Skip to content

Commit

Permalink
pubspec: upgrade to sdk 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wfleischer committed Dec 27, 2024
1 parent 208d5be commit 299aa62
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 71 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
i18n_untranslated.json

Expand Down
4 changes: 4 additions & 0 deletions macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}

override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}
Loading

0 comments on commit 299aa62

Please sign in to comment.