Tag: multidex flutter latest version
-
How To Enable Multidex In Flutter
How to Enable Multidex in Flutter How to enable multidex in Flutter First, make sure that you use the Android plugin for Gradle, as this will enable native multi-dex by default. Next, make sure that your minSdk Version is set to 21. Once you’ve done that, you can then use multideck and flutter cli to…