This commit is contained in:
2025-12-30 23:20:50 -06:00
parent 9f8eab4a31
commit ec923c906e
26 changed files with 2234 additions and 53 deletions

View File

@@ -56,7 +56,7 @@ dart run build_runner build --delete-conflicting-outputs
# Run the app
flutter run
```
```bash
### Platforms
@@ -66,7 +66,7 @@ flutter run
## Project Structure
```
```bash
lib/
├── main.dart # App entry point
├── theme/
@@ -88,7 +88,7 @@ lib/
├── scripture_card.dart # Phase-colored verse display
├── quick_log_buttons.dart # Quick action buttons
└── tip_card.dart # Contextual tips
```
```bash
## Color Palettes