This documentation was partially written during this update's lifetime.
Some breaking changes were implemented. Notably:
placeholderImage
was deprecated with no replacement or workaround. Remove it from your code before the next major release.
Some streams were changed from Stream<Null>
to Stream<void>
. These changes are simple to reflect in your code should you need to.
If you need to update an older project, you may sequentially need to follow migration instructions to get to the latest version.
For this reason, old migrations instructions are kept as subpages beneath this page.
This documentation was written during this update's lifetime, and therefore there is no migration information available for upgrading from any previous versions.
The old method of adding attribution through attributionBuilder
on a TileLayer
has been deprecated. You should now use AttributionWidget
, as this fixes issues with the old implementation.
There are other bug fixes, but no other breaking changes associated with this release.