-
-
Notifications
You must be signed in to change notification settings - Fork 23
add more styles to example app #354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
requires to assign the api key in the SDK
62a334d to
b298f97
Compare
Deploying flutter-maplibre with
|
| Latest commit: |
b298f97
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2f7b34ff.flutter-maplibre.pages.dev |
| Branch Preview URL: | https://add-styledropdown.flutter-maplibre.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the map styles implementation in the example app to provide a more organized structure and expanded style options.
- Converts map styles from static constants to an enum-based system
- Moves map style definitions to a dedicated utils folder for better organization
- Adds a new style dropdown widget for dynamic style selection
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| example/lib/utils/map_styles.dart | New enum-based map styles with expanded collection of style options |
| example/lib/utils/style_dropdown.dart | New dropdown widget for interactive style selection |
| example/lib/styled_map_page.dart | Updated to use new dropdown widget and enum-based styles |
| example/lib/map_styles.dart | Removed old static constants implementation |
| Multiple example pages | Updated imports and style references to use new enum system |
| Integration test files | Updated to use new enum-based style references |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
No description provided.