skip to Main Content

enter image description here

I can’t find the option ‘Package’ in the new drop-down menu on cliking on "lib" in my flutter project in Android Studio, I tried tons of solutions but nothing workd. Can somebody help?

I tried updating andriod SDK and a lot of other soulotions to solve this problem but nothing really worked out.

2

Answers


  1. You can create a new package in your project by this code in terminal:

    flutter create --template=package your_package_name
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search