tlserver / flutter_map_location_marker

A flutter map plugin for displaying device current location.
https://pub.dev/packages/flutter_map_location_marker
BSD 3-Clause "New" or "Revised" License
97 stars 82 forks source link

`Point.scaleBy` was removed from flutter_map after 6.0.1 #93

Closed hpoul closed 4 months ago

hpoul commented 8 months ago

The latest master version removed scaleBy from the Point extension class. This PR simply moves the old implementation into a local lib.

https://github.com/fleaflet/flutter_map/commit/0dc3fa9ba851e5e5fd7b29012ef559f488abcaf5

tlserver commented 6 months ago

When do you need to use Point<num> instead of Point<double>?