Installation
Get DashLearn up and running on your local machine in minutes.
Prerequisites
Section titled “Prerequisites”Before you begin, ensure you have the following installed:
- Flutter SDK:
^3.35.8or later - Dart SDK: Compatible with your Flutter version
- IDE: VS Code or Android Studio with Flutter/Dart plugins installed.
Setup Steps
Section titled “Setup Steps”-
Clone the repository (if you haven’t already):
Terminal window git clone https://github.com/iamtoricool/dash_learn_getx.gitcd dash_learn_getx -
Install Dependencies: Run the following command to fetch all required packages:
Terminal window flutter pub get -
Run the App: Choose your target device (Android/iOS Simulator) and run:
Terminal window flutter run
Post-Install Check
Section titled “Post-Install Check”If the app launches successfully and you see the onboarding screen, you’re all set!