arkit
An open-source Flutter-based Event Planning App to simplify the process of organizing and managing various types of events.
- Flutter: Link to Flutter
- Dart: Link to Dart
Follow these steps to get the project up and running on your local machine:
-
Clone the repository:
git clone https://github.com/your-username/event-planning-app.git
-
Navigate to the project directory:
cd event-planning-app
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
#IWOC2024
We welcome contributions from the community! To contribute to this project:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/new-feature
-
Commit your changes and push to the branch:
git commit -am 'Add new feature' git push origin feature/new-feature
-
Create a pull request against the
main
branch. -
Our team will review your pull request, provide feedback, and merge it once it's ready.