Conversation
…3 2025 - Implement TransportIconService with unique icons for all 12 Philippine transport modes - Add TransportIconStyle enum with 4 variants (filled, rounded, outlined, sharp) - Migrate dark mode to Material Design 3 #121212 baseline with 7-layer surface system - Fix app logo configuration and regenerate native assets - Add security fixes: remove .env from assets, null safety in fare_formula.dart - Add 51 unit tests for TransportIconService (81.8% coverage) - Update documentation and bump version to 2.4.0 BREAKING CHANGE: TransportIconService replaces hardcoded icon mappings
MasuRii
added a commit
that referenced
this pull request
Mar 16, 2026
…vements-v2.4.0 feat(visual): transport icons overhaul and dark mode migration to M3 2025
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.
📝 Summary
This PR implements comprehensive visual improvements for PH Fare Calculator v2.4.0, including a complete transport icon overhaul with unique icons for all 12 Philippine transport modes, dark mode migration to Material Design 3 2025 standards, and app logo configuration fixes.
✨ Changes
1. Transport Mode Icons - Unique Icons for All 12 Modes
TransportIconServicewith centralized icon managementTransportIconStyleenum supporting 4 variants: filled, rounded, outlined, sharpfare_result_card.dart,fare_results_list.dart,transport_mode_selection_modal.dart2. Dark Mode - 2025 Material Design 3 Standards
3. App Logo - Fixed Configuration
flutter_launcher_iconswith correct asset pathscolors.xmlfor Android color resourcesAdditional Improvements
fare_formula.dart📁 Files Changed
lib/src/core/constants/transport_icon_style.dartlib/src/core/constants/transport_icons.dartlib/src/core/theme/app_theme.dartlib/src/core/theme/transit_colors.dartlib/src/models/fare_formula.dartlib/src/presentation/widgets/fare_result_card.dartlib/src/presentation/widgets/main_screen/fare_results_list.dartlib/src/presentation/widgets/main_screen/transport_mode_selection_modal.dartpubspec.yamlandroid/app/src/main/res/drawable-*/ic_launcher_foreground.pngandroid/app/src/main/res/mipmap-anydpi-v26/ios/Runner/Assets.xcassets/AppIcon.appiconset/test/services/transport_icon_service_test.dartCHANGELOG.mdREADME.md🧪 Testing Performed
📋 Checklist for Reviewers
🔗 Related Issues
This PR addresses the visual improvements milestone for v2.4.0 release.
Type: enhancement/feature
Breaking Changes: TransportIconService replaces hardcoded icon mappings (existing code using hardcoded icons will need migration)