

Your app can run on any of the following operating systems: It's easier to say things like "click here" or "press this key" instead of something like "do the appropriate action in your editor to do X".įlutter is a multi-platform toolkit. We recommend using VS Code for this codelab because the instructions default to VS Code-specific shortcuts.

Visual studio code runs on m1 android#
Of course it's fine to use any editor you like: Android Studio, other IntelliJ IDEs, Emacs, Vim, or Notepad++. It's free and works on all major platforms. To make this codelab as straightforward as possible, we assume you'll use Visual Studio Code (VS Code) as your development environment. You'll start with a basic scaffold so that you can jump straight to the interesting parts.Īnd here is Filip taking you through the whole codelab! Achieving a consistent look & feel of your app.Making your app responsive (for different screens).Connecting user interactions (like button presses) to app behavior.The app is responsive to different screen sizes. The user can ask for the next name, favorite the current one, and review the list of favorited names on a separate page. The application generates cool-sounding names, such as "newstay", "lightstream", "mainbrake", or "graypine". In this codelab, you will build the following Flutter application: Flutter is Google's UI toolkit for building applications for mobile, web, and desktop from a single codebase.
