Let’s create a brand new Flutter project in Android Studio, it’ll set you up with some starting code. The starting code is created by the Flutter team, and all it does is it creates a simple counter app.
Now in this case it’s a counter app that is created using what’s called a scaffold.
And if you want to just quickly run it just to see what it looks like then go ahead and open up your Android emulator or your iOS simulator, and click Run.