Installation

Prerequisites

To get started with Flatten, please follow the steps below to install and set up all the necessary prerequisites:

  • To edit this project you must have Flutter and Dart installed and configured successfully on your computer.
  • Set up your editor – Install the Flutter and Dart plugins.
  • If you have got Android SDK installed and configured, to install Flutter you only need to:
    • Download Flutter SDK from official website and extract it.
    • Add path to previously extracted SDK to your PATH variable
    • Run flutter doctor tool to check if everything is configured correctly.
    • All above steps are mentioned here: https://flutter.dev/docs/get-started/install/

Installation

If you use Flatten in your project then you need to change following changes.

Command Description
flutter channel master
  • to switch master branch for flutter SDK.
flutter upgrade
  • to upgrade flutter to latest stable release.
flutter pub get
  • to getting all required dependencies
flutter run -d chrome
  • to run in web browser (Now in chrome)
flutter build web
  • to build web bundle, which you can deploy as static page

Setup in different Systems

Windows
macOS
Linux