Open
Conversation
merge master branch with Admin_Dashboard_screen
Admin dashboard screen
… file selector refactor: modify admin navigation to include AddMealScreen
…cker - Added AddMealScreen for meal creation, including fields for meal name, cuisine, duration, dietary type, and steps. - Implemented ingredient management with dynamic addition and removal of ingredients. - Integrated image picker for meal images. - Created reusable components such as CustomDropdownField and InputStyles for consistent UI. - Updated routing to include the new AddMealScreen in the admin navigation.
feat: implement AddMealScreen with ingredient management and image picker
- Added Firebase dependencies in pubspec.yaml for core, auth, firestore, storage, and messaging. - Updated Android build.gradle.kts to include Google services and Kotlin plugin version 2.0.0. - Configured Firebase in main.dart with initialization. - Registered Firebase plugins in generated_plugin_registrant.cc and updated CMake configuration. - Added google-services.json for Firebase project configuration.
enhance AddMealScreen with MealViewModel integration and calorie input
…oal/task sections
…election and UI updates
…g, and validation
feat: implement AddMealScreen with enhanced meal model, image handlig, and validation
Logic history
merge from dev to auth
Feature/authentication
merge task for test with auth
Feature/user managment
Test task with auth
Getting the latest changes from `dev` to `HomeScreen`
…max to _buildData method
Refactor DailyVisitsChart to ensure max value is at least 5 and pass …
Feature/home UI -> Dev
update `authentication` from ` dev`
Adds validation to check user's account status before login, ensuring suspended or inactive accounts are handled with descriptive messages. Improved error handling for FirebaseAuth exceptions by providing specific feedback for common issues, enhancing user experience and troubleshooting clarity.
Merging `feature/authentication` into `dev`
…ecks; update user account status display and improve ingredient management UI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Final Release – Mealy_app v1.0
This pull request merges all major features, refactors, and enhancements into the main branch for the first official release of Mealu. It includes core features, performance improvements, and polished UI/UX experiences across both Admin and User modules.
✅ Core Features
👩💼 Admin Side:
👤 User Side:
🛠 Technical Enhancements
ChangeNotifier.FirebaseAuthExceptionand custom dialogs.🌙 Final Polish & UI
size_extensionsand conditional rendering.