Menno van Leeuwen 2aec59ec35 feat: Add settings provider for theme and time range management
- Implemented SettingsProvider to manage user preferences for theme options and time ranges for reminders.
- Added persistent reminder settings with configurable retry intervals and maximum attempts.
- Created UI for settings screen to allow users to customize their preferences.
- Integrated shared_preferences for persistent storage of user settings.

feat: Introduce Ingredient model

- Created Ingredient model to represent nutritional components with properties for id, name, amount, and unit.
- Added methods for serialization and deserialization of Ingredient objects.

feat: Develop Archived Supplements Screen

- Implemented ArchivedSupplementsScreen to display archived supplements with options to unarchive or delete.
- Added UI components for listing archived supplements and handling user interactions.

chore: Update dependencies in pubspec.yaml and pubspec.lock

- Updated shared_preferences dependency to the latest version.
- Removed flutter_datetime_picker_plus dependency and added file dependency.
- Updated Flutter SDK constraint to >=3.27.0.
2025-08-26 17:19:54 +02:00
2025-08-26 01:21:26 +02:00
2025-08-26 01:21:26 +02:00
2025-08-26 01:21:26 +02:00
2025-08-26 01:21:26 +02:00
2025-08-26 01:21:26 +02:00
2025-08-26 01:21:26 +02:00
2025-08-26 01:21:26 +02:00
2025-08-26 01:21:26 +02:00

supplements

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Description
No description provided
Readme MIT 929 KiB
Languages
Dart 81%
C++ 6.3%
Python 6.1%
CMake 4.8%
Ruby 0.7%
Other 1.1%