matthiasdittmer / lat_lon_grid_plugin

Plugin to display a latitude / longitude grid on flutter_map.
MIT License
10 stars 5 forks source link

cleanup #5

Closed connectety closed 4 years ago

connectety commented 4 years ago

made all doubles in example use double literals made slider valueIndicatorTextStyle visible convert rotation to double and name it appropriate. made all doubles in lat_lon_grid_plugin.dart use double literals. named all values named val more usefully removed .toString() after .toStringAsFixed() don't trigger rebuild while building aka. when the first build didn't finish yet

matthiasdittmer commented 4 years ago

Will review ...