2

In my android studio, I've installed the flutter & Dart plugin. I can create a new flutter project. I want to create a flutter module in my android project. But the android studio is unable to show the option. How to resolve it?

No Flutter Module option

Flutter Project option is there

FLutter version - 2.18 Android studio - 2020.3.1 patch 4

Abhishek VD
  • 65
  • 1
  • 9

1 Answers1

0

You can create Flutter Module by Flutter cli.

https://docs.flutter.dev/reference/flutter-cli

Kemal Turk
  • 2,160
  • 1
  • 14
  • 15
  • 1
    I used it. But the flutter module isn't showing in android studio. I used ' flutter create -t module --org com.example modulename' , then set flutter module path in cmd and ''flutter build aar'. Still, it is not working. – Abhishek VD Dec 27 '21 at 11:29