Enhanced version of the standard demo counter app example with:
- Install Flutter SDK. You can verify your installation with:
flutter --version
- Check your available tools and platforms, install or repair the missing if needed:
flutter doctor
Note that additional tools are required for specific platforms:
- Android Studio for Android development (see guides for Windows/Linux)
- XCode for iOS development (see the guide for macOS)
- Visual Studio 2022 for Windows desktop development (see Flutter's additional Windows requirements)
- XCode and optionally CocoaPods (for plugin support) for macOS desktop development (see Flutter's additional macOS requirements)
- additional libraries for Linux desktop development (see Flutter's additional Linux requirements)
- Chrome/Firefox/Safari/Edge for web development (Chrome and Edge fully support the debug mode, see Flutter's Web FAQ)
- Run the application from the project root directory:
flutter run
Select the desired platform to run the application.
For mobile development, the emulator needs to be already running to be detected.
Application debuggers will be accessible under URLs displayed in the terminal.