In future, I hope to share some amazing flutter projects with you 😲(Can't wait to share them). So in order to develop them, you should install flutter plugin into your Android Studio first.
Though this is the post to create a new flutter project in android studio.
Steps to create a new Flutter project:
- Open Android Studio
- Click on "Install"
- Create a new flutter project
- Name your project
- Install SDK or Give the path to installed SDK or Download my SDK
- Choose the project location
- Give package name
- Done
Usually, we are worked on main.dart file and we can create as much as many dart files in one project. The dart is the language we use to develop flutter applications. Flutter application is a native application where we can develop natively complied applications for mobile (for both Android and IOS), web and desktop from a single codebase. So, it's easy to develop mobile applications.
Learn More at Official Flutter Documentation.
Watch this video till the end to learn another way to create a new flutter project.
"Change Can Happen Now"
No comments:
Post a Comment