Your First Flutter App: An App From Scratch

Feb 22 2022 · Dart 2.14.1, Flutter 2.5, Visual Studio Code 1.6

Part 1: Get Started with Flutter

07. Create a New Flutter Project

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 06. Challenge: Plan the App Next episode: 08. Add a Widget

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

Every iOS or Android app starts with an app project. Flutter is no exception and with release Flutter 2.5, we get a whole lot of new options included with the project. With Visual Studio Code, you’ll be creating a new Flutter project and you’ll see that you can create projects in two different ways - using the command line or within Visual Studio Code itself. We’re going to be using that standard Flutter project setup, but there are other app project templates like the skeleton template that provides more configuration options. Just keep in mind when you do create a new app project, it must not have any spaces. Use underscores instead. Let’s get started creating your first flutter app.