Windows:
[√] Flutter (Channel stable, 3.22.2, on Microsoft Windows [Version 10.0.22621.3007], locale zh-CN)
[√] Android toolchain -develop for Android devices (Android SDK version 34.0.0)
[√] Visual Studio -develop Windows apps (Visual Studio Community 2022 17.9.6)
[√] Android Studio (version 2023.3)
[√] IntelliJ IDEA Ultimate Edition (version 2024.1)
[√] VS Code (version 1.90.0)
macOS:
[✓] Flutter (Channel stable, 3.22.2, on macOS 14.4.1 23E224 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain -develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode -develop for iOS and macOS (Xcode 15.4)
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.89.1)
- Ensure you have Flutter installed. Follow the instructions [here](https://flutter.dev/docs/get-started/install).
- Install Android Studio for mobile development.
- Install Visual Studio Code or any other preferred IDE.
-
Clone the repository:
git clone https://github.com/ArunChapagain/earni_track.git cd earni_track
-
Install dependencies:
flutter pub get
-
Set up your development environment:
- For Android: Ensure you have an Android emulator set up or a physical device connected.
- For iOS: Ensure you have an iOS simulator set up or a physical device connected.
-
Run on Android:
flutter run --debug // for debug mode flutter run --release // for release mode
-
Run on iOS:
flutter run
-
Run on Web:
flutter run -d chrome
Flutter official website: https://flutter.dev/ Packages (original site): https://pub.dev/