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
109 stars 98 forks source link

Unexpected Console Bounds print #128

Closed xunreal75 closed 2 months ago

xunreal75 commented 2 months ago

Describe the bug an unexpected bound print appears and seems not necessary

To Reproduce Steps to reproduce the behavior: Create app start tracking -> watch the console in current_location_layer.dart Line 538 will a print([camera.nonRotatedSize, Bounds(sp - r, sp + r)]);

an unexpected console output flutter: [Point(392.72727272727275, 775.4545454545455), Bounds(Point(46.398952421033755, 46.03468326153234), Point(166.39895242103375, 166.03468326153234))]

Expected behavior don't print this line or make a flag for that behavior

All platforms are affected flutter_map_location_marker ^9.1.0

xunreal75 commented 2 months ago

Same issue in line 681 with heading --> print(heading.heading);

tlserver commented 2 months ago

Thanks. Fixed in v9.1.1.