feat(ui): Complete UI/UX Overhaul with Material 3 Design#4
Merged
Conversation
Comprehensive redesign of all 8 screens and 2 shared widgets following modern Material 3 design standards with a Philippine Jeepney-inspired color palette (Blue #0038A8, Yellow #FCD116, Red #CE1126). ## Screens Redesigned (8) - **SplashScreen**: Animated logo, gradient background, pulsing loader - **OnboardingScreen**: 4-page flow, animated illustrations, progress dots - **MainScreen**: Modal bottom sheet for passengers, floating action buttons - **MapPickerScreen**: Draggable bottom sheet, animated location pins - **SavedRoutesScreen**: Swipe-to-delete, empty states, stagger animations - **SettingsScreen**: Grouped sections, toggle switches, themed cards - **ReferenceScreen**: 4 tabs (Road/Train/Ferry/Discounts), data tables - **OfflineMenuScreen**: Feature cards with icons, gradient header ## Widgets Improved (2) - **FareResultCard**: "Best Value" badge, status bars, colored icon containers - **MapSelectionWidget**: Animated markers, loading/error overlays, FABs ## New Files Created - `lib/src/core/theme/app_theme.dart` - Centralized theme definition - `docs/UIUX_DESIGN_SPEC.md` - Comprehensive design system guide - `docs/THEME_SPEC.md` - Theme implementation details - `docs/CURRENT_UI_ANALYSIS.md` - Initial UI audit report ## Key Improvements - Adopted `useMaterial3: true` globally - Stadium-shaped buttons (FilledButton, OutlinedButton) - 16dp rounded cards with elevated surfaces - Smooth animations (300-500ms duration curves) - Proper touch targets (minimum 48x48dp) - Responsive spacing (8dp base grid) - Enhanced accessibility with semantic labels ## Statistics - 26 files changed - 7,260 insertions(+), 1,709 deletions(-) - All 95 tests passing
8 tasks
MasuRii
added a commit
that referenced
this pull request
Mar 16, 2026
feat(ui): Complete UI/UX Overhaul with Material 3 Design
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.
🎨 Complete UI/UX Overhaul with Material 3 Design
Summary
This PR delivers a comprehensive redesign of the entire PH Fare Calculator application, modernizing all 8 screens and 2 shared widgets to follow modern Material 3 design standards. The design draws inspiration from Philippine Jeepney aesthetics, using the national colors (Blue, Yellow, Red) as the primary palette.
🖼️ What Changed
Theme System
lib/src/core/theme/app_theme.dart#0038A8(PH Blue)#FCD116(PH Yellow)#CE1126(PH Red)useMaterial3: true)Screens Redesigned (8)
Widgets Improved (2)
📁 Files Changed
New Files Created
Modified Files (22)
lib/src/presentation/screens/lib/src/presentation/widgets/lib/main.dart- theme integration📊 Statistics
✅ Testing
Verification Protocol Passed
Manual Testing Recommended
flutter run🎯 Design Principles Applied
useMaterial3: true📝 Documentation
See the
docs/folder for:🔮 Future Recommendations