Member-only story
In a Flutter project, the FlutterViewController is created by a Storyboard, which starts after the AppDelegate `didFinishLaunchingWithOptions`
If I switch to a different root view controller in the Storyboard, this FlutterEngine will not be created.
The memory usage is only 27.5 MB because the FlutterEngine has not been created yet.
After I click the Button, it will navigate to the FlutterViewController page, meaning a FlutterEngine will be created and memory usage has increased to 112.9 MB.
FlutterViewController cycle
Initial time
create [[FlutterEngine]] in initial time, but not start e.g: [engine setViewController:self];
initWithEngine:nibName:bundle:
initWithProject:nibName:bundle:
initWithNibName:bundle:
,init