Closed rorystephenson closed 3 years ago
Is there any plan to replace the 'latlong' package with one of the newer latlong packages like 'latlong2? I'm having an issue (that I suspect others might have) where 'latlong: 0.6.1' depends on logging >=0.11.3 <1.0.0 but build_runner >=2.0.0 depends on logging ^1.0.0. Thanks, I appreciate the work on this package and look forward to the updates in this PR.
Good point! Actually I can remove the latlong dependency from this package since it's not using it directly anymore. I will do that when I get a chance (not at my computer right now).
@bmason8 that's pushed now :).
@bmason8 that's pushed now :).
Thank you!
flutter_map: ^0.13.0
is released with null safety so this can get merged
flutter_map: ^0.13.0
is released with null safety so this can get merged
I saw that it has been released 🥳 ! Howeeeever there is a major bug that causes the example app (and probably any app) to crash as soon as you move the map: https://github.com/fleaflet/flutter_map/pull/923 .
@rorystephenson flutter_map: ^0.13.1
has been released with the fix
@rorystephenson
flutter_map: ^0.13.1
has been released with the fix
Did you notice the last two commits?
This includes null safety support as well as some big upgrades: