Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 541 Bytes

File metadata and controls

15 lines (12 loc) · 541 Bytes

Slash Flutter Task

Prerequisites:

Flutter SDK => Install Flutter and add it to your PATH. Ensure you're using Flutter SDK version >=3.3.3 <4.0.0

Setup:

1- Clone the Repository
2- Install Dependencies => flutter pub get
3- Create a New Flutter Project (if not cloning an existing project)

Running the Project:

1- Start an Emulator
(For Android: Open Android Studio > AVD Manager > Start an emulator)
(For iOS: Open Xcode > Preferences > Components > Start a simulator)
2- Run the Project => flutter run