A Flutter project for managing events.
This project is a starting point for a Flutter application.
- Flutter (Make sure Flutter is installed and set up correctly)
- Android Studio / Visual Studio Code (Recommended IDEs)
- An Android or iOS device/emulator for testing
-
Clone the Repository:
git clone <repository-url> cd event_management
-
Install Dependencies:
-
Run the following command to install all the necessary dependencies:
flutter pub get
- Run the Application:
-
To run the app on an emulator or a connected device, use the command:
flutter run
-
If you want to run the app on a specific device, you can list all available devices using:
flutter devices
-
Then specify the device ID with:
flutter run -d <device_id>
-
Troubleshooting If you encounter any issues, you can run:
flutter doctor
This command will provide a diagnosis of common problems with your Flutter setup.