79324755

Date: 2025-01-02 19:27:10
Score: 4
Natty:
Report link

I have same problem with my project, which stopped work. Looks like there was different code to integrate module.

You need to replace this:

apply from: filePath

by this:

evaluate(new File(
        settingsDir.parentFile,
        'flutter_module/.android/include_flutter.groovy'
))

Possibly, update some parts of base Android application will help. But i didn't research this yet.

Reasons:
  • Blacklisted phrase (1): I have same problem
  • Has code block (-0.5):
  • Me too answer (2.5): I have same problem
  • Low reputation (1):
Posted by: Alexander Demchenko