mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
FlutterMain.findAppBundlePath is using the presence of the flutter_assets directory as a signal that the app is initialized. For consistency, FlutterMain will run the resource extractor at startup and create flutter_assets even if no resources need to be extracted.