All samples and the 'flutter create' command now use a project-specifc app delegate. Any projects that still rely on FlutterAppDelegate should create an empty delegate that subclasses UIResponder<UIApplicationDelegate> and defines: @property (strong, nonatomic) UIWindow *window;