Khiem/map#22
Merged
the-khiem7 merged 4 commits intodevfrom Nov 12, 2025
Merged
Conversation
- Changed font from GoogleFonts.inter to GoogleFonts.beVietnamPro - Adjusted text styles for body and title elements to improve consistency
- Introduced a PageView for store selection, allowing users to swipe through stores. - Implemented synchronization between the highlighted store and the slider. - Updated the store card design to improve visual appeal and added distance information. - Removed the previous list view in favor of a more interactive slider experience.
…p interactions - Added flutter_map_animations dependency to enable animated map transitions. - Replaced static map movement with animated transitions using AnimatedMapController. - Updated StoreLocatorScreen to utilize the new animated controller for smoother user experience.
…catorScreen - Adjusted layout of distance badge for better alignment and spacing. - Updated button styling for store selection to enhance usability and visual consistency. - Removed unnecessary flex properties and simplified the button structure.
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.
This pull request mainly updates the application's theme to use the Be Vietnam Pro font and adjusts text sizing for improved visual consistency. Additionally, it introduces a new dependency for map animations.
Theme and Typography Updates:
fontFamilyandtextThemeinAppTheme.lightTheme, and updated text sizes for better readability. (lib/theme/app_theme.dart)Dependencies:
flutter_map_animationspackage to support map animation features. (pubspec.yaml)