How to create a Project in Flutter

0 votes

Hi Guys,

I am new in Flutter. I have installed Flutter in the Windows system. Can anyone tell me how can I create one project in Flutter?

Jul 20, 2020 in Others by akhtar
• 38,230 points
704 views

1 answer to this question.

0 votes

Hi@akhtar,

Flutter has an inbuilt command to create a project. You can use the below-given command.

$ flutter create test_app
Creating project test_app...
  test_app\.gitignore (created)
  test_app\.idea\libraries\Dart_SDK.xml (created)
  test_app\.idea\libraries\Flutter_for_Android.xml (created)
  test_app\.idea\libraries\KotlinJavaRuntime.xml (created)
  test_app\.idea\modules.xml (created)
  test_app\.idea\runConfigurations\main_dart.xml (created)
  test_app\.idea\workspace.xml (created)
  test_app\.metadata (created)
  test_app\android\app\build.gradle (created)
  test_app\android\app\src\main\kotlin\com\example\test_app\MainActivity.kt (created)
  test_app\android\build.gradle (created)
  test_app\android\test_app_android.iml (created)
  test_app\android\.gitignore (created)
  test_app\android\app\src\debug\AndroidManifest.xml (created)
  test_app\android\app\src\main\AndroidManifest.xml (created)
  test_app\android\app\src\main\res\drawable\launch_background.xml (created)
  test_app\android\app\src\main\res\mipmap-hdpi\ic_launcher.png (created)
  test_app\android\app\src\main\res\mipmap-mdpi\ic_launcher.png (created)
  test_app\android\app\src\main\res\mipmap-xhdpi\ic_launcher.png (created)
  test_app\android\app\src\main\res\mipmap-xxhdpi\ic_launcher.png (created)
  test_app\android\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png (created)
  test_app\android\app\src\main\res\values\styles.xml (created)
  test_app\android\app\src\profile\AndroidManifest.xml (created)
  test_app\android\gradle\wrapper\gradle-wrapper.properties (created)
  test_app\android\gradle.properties (created)
  test_app\android\settings.gradle (created)
  test_app\ios\Runner\AppDelegate.swift (created)
  test_app\ios\Runner\Runner-Bridging-Header.h (created)
  test_app\ios\Runner.xcodeproj\project.pbxproj (created)
  test_app\ios\Runner.xcodeproj\xcshareddata\xcschemes\Runner.xcscheme (created)
  test_app\ios\.gitignore (created)
  test_app\ios\Flutter\AppFrameworkInfo.plist (created)
  test_app\ios\Flutter\Debug.xcconfig (created)
  test_app\ios\Flutter\Release.xcconfig (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Contents.json (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-1024x1024@1x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@1x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@2x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@3x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@1x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@2x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@3x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@1x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@2x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@3x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@2x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@3x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@1x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@2x.png (created)
  test_app\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-83.5x83.5@2x.png (created)
  test_app\ios\Runner\Assets.xcassets\LaunchImage.imageset\Contents.json (created)
  test_app\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage.png (created)
  test_app\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage@2x.png (created)
  test_app\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage@3x.png (created)
  test_app\ios\Runner\Assets.xcassets\LaunchImage.imageset\README.md (created)
  test_app\ios\Runner\Base.lproj\LaunchScreen.storyboard (created)
  test_app\ios\Runner\Base.lproj\Main.storyboard (created)
  test_app\ios\Runner\Info.plist (created)
  test_app\ios\Runner.xcodeproj\project.xcworkspace\contents.xcworkspacedata (created)
  test_app\ios\Runner.xcodeproj\project.xcworkspace\xcshareddata\IDEWorkspaceChecks.plist (created)
  test_app\ios\Runner.xcodeproj\project.xcworkspace\xcshareddata\WorkspaceSettings.xcsettings (created)
  test_app\ios\Runner.xcworkspace\contents.xcworkspacedata (created)
  test_app\ios\Runner.xcworkspace\xcshareddata\IDEWorkspaceChecks.plist (created)
  test_app\ios\Runner.xcworkspace\xcshareddata\WorkspaceSettings.xcsettings (created)
  test_app\lib\main.dart (created)
  test_app\test_app.iml (created)
  test_app\pubspec.yaml (created)
  test_app\README.md (created)
  test_app\test\widget_test.dart (created)
Running "flutter pub get" in test_app...                            4.1s
Wrote 72 files.

To know more about Flutter, join our Flutter Development Course today.

answered Jul 20, 2020 by MD
• 95,440 points

Related Questions In Others

0 votes
1 answer

How to create a FlatButton in Flutter?

Hi@akhtar, A flat button is a text label ...READ MORE

answered Aug 12, 2020 in Others by MD
• 95,440 points
494 views
0 votes
2 answers

How to create a floating button in Flutter?

Scaffold widget provides floatingActionButton property. You can ...READ MORE

answered Nov 9, 2020 in Others by Vijay
• 200 points
4,679 views
0 votes
1 answer

How to create a navigation bar in Flutter app?

Hi@akhtar, To add a drawer to the app, ...READ MORE

answered Aug 25, 2020 in Others by MD
• 95,440 points
672 views
0 votes
0 answers

How to create a batch file in windows?

What is a batch file and How ...READ MORE

Jul 4, 2019 in Others by sindhu
496 views
0 votes
1 answer
0 votes
1 answer

What are some advantages of Flutter?

Hi@akhtar, Nowadays Flutter is taking the market. It ...READ MORE

answered Jul 17, 2020 in Others by MD
• 95,440 points
554 views
0 votes
1 answer

'git rev-parse HEAD' is not recognized as an internal or external command

Hi@akhtar, I also faced the same problem. You ...READ MORE

answered Jul 17, 2020 in Others by MD
• 95,440 points
3,452 views
+1 vote
3 answers

Flutter plugin not installed; this adds Flutter specific functionality.

Here Is All Possible Solution Added Flutter ...READ MORE

answered Dec 16, 2020 in Others by Blogging
• 140 points
20,462 views
0 votes
1 answer

How to create a Volume Icon in Flutter App?

Hi@akhtar, You can use Icon Widget to create ...READ MORE

answered Jul 24, 2020 in Others by MD
• 95,440 points
1,745 views
0 votes
1 answer

How to create a container widget in Flutter?

Hi@akhtar, Container means a parent widget that contains ...READ MORE

answered Jul 28, 2020 in Others by MD
• 95,440 points
1,705 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP