Commit Graph

26 Commits

Author SHA1 Message Date
Dayron
c4588a65c0 Refactor signup page to use BLoC pattern and implement authentication repository
- Updated signup.dart to replace Provider with BLoC for state management.
- Created AuthRepository to handle authentication logic and Firestore user management.
- Added TripRepository and UserRepository for trip and user data management.
- Implemented methods for user sign-in, sign-up, and data retrieval in repositories.
- Enhanced trip management with create, update, delete, and participant management functionalities.
- Updated AuthService to include new methods for sign-in and sign-up.
- Removed unnecessary print statements from TripService for cleaner code.
- Added dependencies for flutter_bloc and equatable in pubspec.yaml.

Not tested yet
2025-10-14 10:53:28 +02:00
Dayron
a467b92979 fix: Change error handling in saveUserData method to rethrow exceptions 2025-10-13 23:16:51 +02:00
Van Leemput Dayron
7ca182e31d chore: Update iOS platform version to 15.0 for google sign in 2025-10-13 21:35:37 +02:00
Dayron
9eb55c358e feat: Add user-specific group retrieval and enhance UI with dynamic theming 2025-10-11 20:45:14 +02:00
Dayron
7f4fd610c5 feat: Add group creation functionality and refactor trip service for improved data handling 2025-10-10 11:49:54 +02:00
Dayron
3f9195d67a feat: Implement group management features with Firestore integration and loading states 2025-10-09 11:13:12 +02:00
Dayron
8c515e64ba feat: Improve UI responsiveness with dynamic text and icon colors based on theme 2025-10-09 09:38:36 +02:00
Dayron
56211e0b58 feat: Add trip details screen and update navigation in home content 2025-10-08 23:36:10 +02:00
Dayron
4e403f3308 feat: Enhance trip creation and management features with user validation, improved error handling, and Firestore integration 2025-10-07 11:38:20 +02:00
Dayron
c90011ef5d feat: Update google_sign_in_platform_interface dependency to version 3.1.0 2025-10-07 09:25:10 +02:00
Dayron
563ba05f74 feat: Implement Google Sign-In functionality and update user profile management 2025-10-07 08:25:21 +02:00
Dayron
ec0bc59a70 feat: Integrate Firebase Authentication and Firestore
- Added Firebase configuration to Android and iOS projects.
- Created `google-services.json` and `GoogleService-Info.plist` for Firebase setup.
- Implemented `AuthService` for handling user authentication with Firebase.
- Updated `UserProvider` to manage user data with Firestore.
- Refactored `ProfileContent`, `LoginPage`, and `SignUpPage` to use the new authentication service.
- Removed the old `UserService` and replaced it with Firestore-based user management.
- Added Firebase options in `firebase_options.dart` for platform-specific configurations.
- Updated dependencies in `pubspec.yaml` for Firebase packages.
2025-10-06 18:57:30 +02:00
Dayron
0b9a140620 Update Gradle configuration to use Java 17 and enhance map UI with search functionality 2025-10-06 15:14:35 +02:00
Dayron
797f77cf69 Add launch configuration, update API keys, and refactor UI components for better structure and performance 2025-10-06 14:17:30 +02:00
Dayron
29141ba8b2 Add CreateTripContent UI and update AndroidManifest for internet permission; refactor import paths 2025-10-06 09:42:58 +02:00
Dayron
7dac250070 Remove unused web assets and Windows runner files
- Deleted favicon and icon images from the web directory.
- Removed index.html and manifest.json files from the web directory.
- Cleared out all Windows runner files including CMakeLists.txt, resource files, and source code.
- This cleanup reduces the project size and removes unnecessary components.
2025-10-06 00:26:32 +02:00
Van Leemput Dayron
4a38ec720f Add location permissions and implement real-time location updates on the map 2025-10-05 23:35:56 +02:00
Van Leemput Dayron
da39e0e164 Add Google Maps integration and update UI components; change platform version and minimum SDK 2025-10-05 16:33:24 +02:00
Van Leemput Dayron
02754f3506 Refactor signup fields and update home page titles; add trip service and model 2025-10-04 17:42:21 +02:00
Van Leemput Dayron
6aaf2406b3 Create UI for trip that the User is into. 2025-10-04 12:36:28 +02:00
Van Leemput Dayron
ad9393a925 Add profile in parameters, initialized page map, group, count. 2025-10-01 12:21:00 +02:00
Van Leemput Dayron
3f7ca54a70 Change login success message 2025-10-01 09:12:42 +02:00
Van Leemput Dayron
521db729d1 Fix error 2025-10-01 00:50:43 +02:00
Van Leemput Dayron
9fb81f793b Implement login and signup test with json. 2025-10-01 00:48:06 +02:00
Van Leemput Dayron
b3d463e1fb Readme updated with new information 2025-09-30 16:29:06 +02:00
Van Leemput Dayron
807b66f919 First commit 2025-09-30 15:53:48 +02:00