Skip to content

Files

Latest commit

 

History

History
22 lines (18 loc) · 434 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 434 Bytes

flutter_hotfix

hotfix in flutter

init with none fixed aotFile

FlutterManager.startInitialization(context);

init with fixed aotFile

FlutterManager.startInitialization(this, aotFile, FlutterVersion.VERSION_011400);

proguard

-keep class io.flutter.** {
   *;
}

blog site

https://blog.csdn.net/llew2011/article/details/104075796