Flutter Error! multiDexEnabled Flutter Problem?
May 9, 2023
How to solve multiDexEnabled Flutter Problem.
[!] App requires Multidex support
Multidex support is required for your android app to build since the number of methods has exceeded 64k. See https://docs.flutter.dev/deployment/android#enabling-multidex-support for more information. You may pass the --no-multidex flag to skip Flutter's multidex support to use a manual solution.
Flutter tool can add multidex support. The following file will be added by flutter:
android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java
............................................................
š Example: https://instructivetech.com/flutter-multidexenabled
š A cup of tea - https://www.buymeacoffee.com/instructivetech
š website: https://www.instructivetech.com/
š¼ [email protected]
š @Instructive Tech
Show More Show Less 