Flutter – first steps with flutter.

Flutter is a framework which allows developers to create cross-platform apps using a single programming language.
Flutter uses the Dart programming language which was introduced by Google in 2011.
You can read more at official website.
You can install it with Android Studio and use it with this I.D.E.
I download it and unzip it to flutter folder.

Into flutter/bin folder you can find the flutter executable:

You cannot create an application on flutter SDK folder, see:

This will create a folder named myapp001:

Run the test from the command line using the flutter test command which will execute all tests from the test directory.

If you want to use emulators then install Android Studio and setup all SDK and AVD devices.

Let’s run the emulator:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.