This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
url_launcher_android-v6.0.14
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