Codecademy Logo

Using Flutter on Your Device

Related learning

  • This course will introduce learners to the Flutter framework with interactive lessons on basic app components.
    • Beginner Friendly.
      1 hour

Flutter SDK

The Flutter SDK contains the tools necessary for Flutter Development such as:

  • The Dart Language
  • Command line tools
  • Widget libraries

Flutter Doctor

The flutter doctor command checks whether Flutter requirements have been installed and configured successfully. When requirements are missing, the command will output suggestions for fixing the setup.

Learn more on Codecademy

  • This course will introduce learners to the Flutter framework with interactive lessons on basic app components.
    • Beginner Friendly.
      1 hour