Alexander Gabriel

Results 197 comments of Alexander Gabriel

latlong > latlong2

Hopefully - but it's your project and you owe me nothing.

Oh, just found flutter_map_line_editor. Looks GREAT!

I added this to my pubspec.yaml: ```yaml flutter_map_dragmarker: git: url: https://github.com/ibrierley/flutter_map_dragmarker ref: nullsafety ``` and got: ``` Because latlong >=0.6.1 depends on logging >=0.11.3 =2.0.0 is incompatible with flutter_map_dragmarker from...

Same result. Seems that latlong still did not get updated: https://github.com/ibrierley/flutter_map_dragmarker/blob/nullsafety/pubspec.yaml#L30

actually, slightly different result: ``` [capturing] flutter pub get Running "flutter pub get" in capturing... Because every version of flutter_map_dragmarker from git depends on latlong 0.8.0 which doesn't match any...

Seems that you updated the version to 0.8.0 which is correct for latlong2 but forgot to change latlong to latlong2. Also, don't forget to update the imports: ```dart import 'package:latlong2/latlong.dart';...

Oh, you did update the imports: https://github.com/ibrierley/flutter_map_dragmarker/blob/nullsafety/lib/dragmarker.dart#L4

Installs now. I'll try to implement it and see if I get it to work now.

When launching the virtual device I get: ``` Launching lib\main.dart on sdk gphone x86 64 in debug mode... lib\main.dart:1 ../flutter/.pub-cache/git/flutter_map_dragmarker-e3747e9aa0594e2881ce2b3db197e1bdd9012bc9/lib/dragmarker.dart:65:67: Error: Null safety features are disabled for this library. Try...