put-flutter-to-work
put-flutter-to-work copied to clipboard
Use FlutterAppDelegate in iOS demo
By default, SwiftUI does not come with an AppDelegate. However it's very possible that developers may add an AppDelegate so that they can listen to app lifecycle events. So it may make sense to showcase both with and without FlutterAppDelegate.
CC @leighajarett may be interested since you already have a working implementation.