Files
Eventify-frontend/README.md

91 lines
3.2 KiB
Markdown
Raw Normal View History

2026-03-07 16:11:16 +05:30
<div align="center">
2026-01-31 15:23:18 +05:30
2026-03-07 16:11:16 +05:30
# 🎟️ Eventify Frontend
2026-01-31 15:23:18 +05:30
2026-03-07 16:11:16 +05:30
*A beautifully crafted Flutter application for event management, discovery, and attendance.*
2026-01-31 15:23:18 +05:30
2026-03-07 16:11:16 +05:30
[![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=flutter&logoColor=white)](https://flutter.dev/)
[![Dart](https://img.shields.io/badge/Dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=white)](https://dart.dev/)
[![Platform](https://img.shields.io/badge/Platform-iOS%20%7C%20Android-lightgrey?style=for-the-badge)](#)
2026-01-31 15:23:18 +05:30
2026-03-07 16:11:16 +05:30
</div>
2026-01-31 15:23:18 +05:30
2026-03-07 16:11:16 +05:30
---
2026-01-31 15:23:18 +05:30
2026-03-07 16:11:16 +05:30
## 🌟 Overview
**Eventify** is a modern, intuitive, and feature-rich event application built with Flutter. It brings the power of seamless event discovery, scheduling, and user engagement right to your fingertips. Whether you're an attendee looking for the next big conference or a user managing your personal agenda, Eventify has you covered.
## ✨ Key Features
- **📅 Interactive Calendars:** Effortlessly browse and manage your events using integrated calendar views.
- **📍 Location Services:** Precise event mapping and real-time location detection powered by cutting-edge geo-packages.
- **📸 Media Integration:** Instantly share moments or update your profile via secure image picking.
- **💾 Fast & Reliable:** Offline-ready experiences utilizing efficient local storage.
- **🎨 Sleek UI/UX:** A pixel-perfect interface translated beautifully into a responsive Flutter application.
- **🚀 Polished Details:** Brand-aligned custom launcher icons and native splash screens built right in.
## 🛠️ Tech Stack & Dependencies
- **Framework:** [Flutter](https://flutter.dev/)
- **Core Integrations:**
- `shared_preferences` - Local data caching
- `image_picker` - Media selection
- `table_calendar` - Advanced date management
- `geolocator` & `geocoding` - Location tracking and address resolution
## 🚀 Getting Started
Follow these steps to get your development environment set up and running locally.
### Prerequisites
- [Flutter SDK](https://docs.flutter.dev/get-started/install) installed on your machine.
- An IDE with Flutter support (VS Code, Android Studio, IntelliJ).
- An active iOS Simulator or Android Emulator (or a physical device).
### Installation
1. **Clone the repository**
```bash
git clone https://code.bshtech.net/Sicherhaven/Eventify-frontend.git
```
2. **Navigate to the directory**
```bash
cd Eventify-frontend
```
3. **Install dependencies**
```bash
flutter pub get
```
4. **Run the app**
```bash
flutter run
```
## 🏗️ Project Structure
```text
Eventify-frontend/
├── android/ # Native Android configuration files
├── ios/ # Native iOS configuration files
├── lib/ # Core Flutter application code
│ └── main.dart # App entry point
├── assets/ # Images, Splash Icons, App Icons
├── pubspec.yaml # Project metadata & dependencies
└── README.md # You are here!
```
## 📚 Further Reading
For help getting started with Flutter development, view the [online documentation](https://docs.flutter.dev/), which offers tutorials, samples, guidance on mobile development, and a full API reference.
---
<div align="center">
<sub>Built with ❤️ by the Eventify Team</sub>
</div>