a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Apache License 2.0
130 stars 66 forks source link

Null safety #98

Closed nipunasudha closed 3 years ago

nipunasudha commented 3 years ago

Could you please update the package to new null-safe Flutter 2.0? I'm currently unable to use the package flutter_google_maps since that package depends on your flutter_google_maps package. Cheers!

a14n commented 3 years ago

I just released the 5.0.0 version of google_maps with the null-safety migration.

The issue tracking flutter_google_maps migration is flutter/flutter#74261