sergiy-sc 64a8156560 [macos] expose runWithEngine constructor in FlutterViewController
Removing [engine setViewController:self]; because view is not loaded, but in that function controller is saved. Later, when the view is loaded (loadView) passed as an argument controller is checked against the saved controller and since they match, the nil view is not replaced with a new view.

Fixes: flutter/flutter#74735
2022-10-14 09:04:36 -04:00
Languages
Dart 75%
C++ 16.5%
Objective-C++ 2.9%
Java 2.8%
Objective-C 0.7%
Other 1.9%