Skip to content

Installation

Get DashLearn up and running on your local machine in minutes.

Before you begin, ensure you have the following installed:

  • Flutter SDK: ^3.35.8 or later
  • Dart SDK: Compatible with your Flutter version
  • IDE: VS Code or Android Studio with Flutter/Dart plugins installed.
  1. Clone the repository (if you haven’t already):

    Terminal window
    git clone https://github.com/iamtoricool/dash_learn_getx.git
    cd dash_learn_getx
  2. Install Dependencies: Run the following command to fetch all required packages:

    Terminal window
    flutter pub get
  3. Run the App: Choose your target device (Android/iOS Simulator) and run:

    Terminal window
    flutter run

If the app launches successfully and you see the onboarding screen, you’re all set!