This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
google_maps_flutter_web-v0.3.2+1
Flutter re-exports everything from meta that we actually use, and all plugins by definition require Flutter, so there's no need to use `meta` instead of Flutter to access common annotations (e.g., immutable, visibleForTesting). This removes all use of `meta`, as well as dependencies on the package, from all plugins. Fixes https://github.com/flutter/flutter/issues/95658