Skip to content
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

chore: Upgrade to flutter_map 8.0.0 and Dart 3.6.0 #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joaovvrodrigues
Copy link

Flutter Map version 8 introduces significant internal changes aimed at enhancing performance by reducing type casting. A key modification is the migration from using Point to Offset and from Bounds to Rect. These changes streamline the codebase and improve efficiency.

To align with these updates, this pull request focuses on updating the library to adhere to the new standards set by Flutter Map v8. The primary goal is to refactor the codebase to utilize Offset and Rect where appropriate, replacing the previous usage of Point and Bounds. This transition not only aligns the library with the latest practices but also contributes to improved performance and code clarity.

By adopting these new patterns, we aim to enhance the library's performance and maintainability, ensuring compatibility with Flutter Map v8's optimized architecture.

@pento
Copy link
Contributor

pento commented Feb 4, 2025

I haven't reviewed the changes in depth, but I haven't run into any issues testing this PR with flutter_map 8.0.0. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants