Flutter integration issue

I did add
deepar_flutter: ^0.0.2.
in pubspec.ymal

and add permission into AndroidManifest.xml
and download the deepar.aar into 2 places

  1. android/app/libs
  2. ~/.pub-cache/hosted/pub.dartlang.org/deepar_flutter-0.0.2/android/libs

however when I try to run my app, it shows that

‘:deepar_flutter:debugCompileClasspath’.
[ ] > Could not find :deepar:.
[ ] Required by:
[ ] project :deepar_flutter

any idea that missing parts I forget?

Hello @iwant
Sorry about the issues, have you tried the troubleshooting steps described in this GitHub issue?