Skip to content

Commit

Permalink
feat: add flutter 324 support. (#644)
Browse files Browse the repository at this point in the history
Add Flutter 3.24.x version support.

Fixed #643
  • Loading branch information
andycall authored Aug 13, 2024
2 parents af942d2 + 6947ef2 commit 03d01d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webf/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
3 changes: 3 additions & 0 deletions webf/lib/src/launcher/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,9 @@ class WebFViewController implements WidgetsBindingObserver {
@override
void handleUpdateBackGestureProgress(backEvent) {
}

@override
void didChangeViewFocus(event) {}
}

// An controller designed to control kraken's functional modules.
Expand Down

0 comments on commit 03d01d8

Please sign in to comment.