Migrating To v5
This update brings support for Dart 3 and Flutter 3.10.
We've updated some dependencies, including 'latlong2' (to 0.9.0) and 'http' (1.0.0)!
LatLng
objects now have const
constructors to improve performance. To automatically insert the const
keyword where necessary, run dart fix
.
There are a few minor breaking changes for some users, but most changes are internal and need no work to take advantage of.
Please refer to the sections below for information on how to migrate your project. This will contain the changes that most users may need to make, but not all changes. It also excludes some deprecations where the message is self-descriptive.
For a full list of changes, please see the full CHANGELOG, and make use of the old and new API reference.
Last updated