Skip to content

llew2011/flutter_hotfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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