Hi there! This repository contains mobile application projects developed by Elif Beyza Belhan using the Flutter framework and Dart language. Here you'll find various cross-platform apps, UI experiments, and reusable components. My goal is to showcase my ability to build modern, performant, and aesthetically pleasing applications with Flutter.
Below are some of the projects I'm working on or planning. Details and code for each project can be found in the README.md file within their respective directories.
- Summary: A collaborative digital whiteboard application allowing users to draw simultaneously.
- Technologies: Flutter, Dart, Firebase RTDB/Firestore (for real-time sync), CustomPaint (for drawing).
- Details:
[Whiteboard Project](./realtime_whiteboard/)(Directory not yet created)
- Summary: A dashboard for monitoring IoT devices (using simulated data).
- Technologies: Flutter, Dart,
fl_chart(for data visualization), Modern UI/UX. - Details:
[IoT Panel Project](./iot_control_panel/)(Directory not yet created)
- Summary: An engaging quiz application incorporating gamification elements.
- Technologies: Flutter, Dart, Local Storage (
hive/shared_preferences) or Firebase (for progress tracking), Animations. - Details:
[Quiz App Project](./gamified_quiz_app/)(Directory not yet created)
Here are some of the core technologies and tools I use in the projects within this repository and in my general Flutter development workflow:
- Language:
- Framework:
- State Management: (Provider, BLoC, Riverpod, GetX - add the ones you use here)
- Backend & Cloud:
(Authentication, Firestore, Realtime Database, Cloud Functions)
- Local Storage: Hive, shared_preferences
- UI & Graphics: CustomPaint, Rive, Lottie,
fl_chart - Testing: Unit, Widget, Integration Testing
- Other:
,
(for CI/CD)
Note: The .gitkeep file is a placeholder to ensure the main directory is tracked by Git, even when initially empty.