Closed lapin7771n closed 6 months ago
Same issue here
same for method substract
Same issue here, I tried dependency overrides to fix the dependency issue and when I use 'flutter build web --release --wasm', I get Error: The method 'scaleBy' isn't defined for the class 'Point
Fixed in V9.0.0
Describe the bug When attempting to launch the Flutter application on an iPhone 15 Pro Max in debug mode, the build fails with an error related to the
flutter_map_location_marker
package. Specifically, the methodscaleBy
isn't defined for the classPoint<double>
.To Reproduce Steps to reproduce the behavior:
Expected behavior The application should build successfully and launch on the iPhone simulator without encountering any errors related to the 'flutter_map_location_marker' package.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context The error log is as follows: