-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrade to flutter_map v7 #47
Comments
Yes, just not in a rush atm as I think v7 needs to settle first. However, if anyone has a compelling reason, I'll try and make it happen sooner. |
@ibrierley It seems that v7 does not have a major breaking change. Personally I hope to see the upgrade happen on this library sooner :) |
Heya, no there's not a breaking change, but I think there is an issue on latest release so I wouldn't recommend updating yet, this issue highlights the problem with polygons vanishing.. fleaflet/flutter_map#1921 but if anyone needs a v7 version, I'll do an update. |
It seems that the issue mentioned is solved in flutter_map 7.0.2. I would really appreciate an update of this package... |
Ok, weird, I think something has gone astray with some flutter_map change (maybe), I can't get the polygon example to fill the poly. I can see there has been a change to isFilled, but I don't think that's related, as it doesn't draw borders if I include those in the poly params. |
I think the problem is that in flutter_maps polygon.dart is has this line...
so it's caching the bounding box now. As the poly from an editor starts with nothing, I don't think that will get updated, so I'm assuming it just gets culled for optimisation every time... I think it can be worked around by creating a new Poly every time, so it's never cached...so the code would look something like the following code. I'm not sure if I like this or not, as on the one hand, it cuts out the normal flutter flow (I'm a bit out of touch), on the other, it's an editor so performance not such an issue here, and also maybe it's more correct...not quite sure. Any thoughts, let me know.
|
I have raised an issue at fleaflet/flutter_map#1932 just to get some thoughts |
Adding my interest to v7 support... I'm eager for v7. |
I also would love to see a v7. :-) |
@ibrierley , how did you even get to that part? I am trying to give it a look but it fails before, when trying to create an initial LatLngBounds with no points, which is not accepted:
Is there something I am missing? |
sorry, completely missed this comment...I'm just retesting the update above after the discussion in FM, will probably use the workaround... |
Feel free to test the v7 branch at https://github.com/ibrierley/flutter_map_line_editor/tree/v7 and give any feedback. If all works fine, will shove it to pub. |
I did some tests and it looks like it is working without any issue. Thanks a lot @ibrierley |
in v7 branch the flutter_map_dragmarker is constrained to v6 while the version that supports flutter_map 7 is v7 |
Can you clarify where you are seeing that, as I can't find v6 referenced in the pubspecs, but may have missed something. |
@ibrierley Never mind, seems like a cached pub situation. pubspec.yaml looks ok. Thanks. |
Ok Super. |
Do you have any plans to support v7
The text was updated successfully, but these errors were encountered: