Welcome to DevByRam, a collection of Flutter application development projects. This repository showcases two complete mobile apps developed using the Flutter framework, focusing on real-world UI/UX design and functionality.
A full-featured movie ticket booking app built with Flutter.
- 🎬 Browse latest movies
- 🏢 View available theaters and showtimes
- 🪑 Seat selection and reservation
- 💳 Payment integration (dummy/mock)
- 🔐 User login and registration
- 🎨 Modern, responsive UI with animations
- Flutter (Dart)
- REST API (mock backend or real-time support)
- Provider / Bloc (State Management)
- SQLite / Local Storage (optional)
An app developed as part of an academic course (Introduction to Web), demonstrating mobile application development concepts.
- 📄 Interactive form-based interface
- 📱 Responsive layout
- 💾 Local data storage
- 🧪 Educational project focused on core Flutter principles
- Flutter (Dart)
- Shared Preferences / SQLite
- Modular UI components
Make sure Flutter SDK is installed on your system.
git clone https://github.com/yourusername/DevByRam.git
cd DevByRam/CinemaNow # or ITW_Project
flutter pub get
flutter run
📂 Repository Structure
DevByRam/
├── .idea/ # IDE settings
├── CinemaNow/ # Movie booking app
├── ITW_Project/ # Academic Flutter app
└── README.md # Project description
🧠 About Me
I’m Ram, a passionate Flutter developer building responsive, scalable, and beautiful cross-platform apps. This repo is a reflection of my skills in UI/UX, state management, API integration, and real-world problem-solving using Flutter.
Feel free to connect or contribute!
🔗 Contact
Email: bt23cse026@iiitn.ac.in
---
Let me know if you'd like to personalize the contact details or expand on any specific feature like authentication or payment handling!