url_launcher_ios 6.3.0 url_launcher_ios: ^6.3.0 copied to clipboard
iOS implementation of the url_launcher plugin.
6.3.0 #
- Adds Swift Package Manager compatibility.
6.2.5 #
- Adds explicit imports for UIKit.
- Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
6.2.4 #
- Adds privacy manifest.
6.2.3 #
- Updates minimum required plugin_platform_interface version to 2.1.7.
6.2.2 #
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Fixes lint warnings.
6.2.1 #
- Migrates plugin from Objective-C to Swift.
6.2.0 #
- Implements
supportsMode
andsupportsCloseForMode
.
6.1.5 #
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
6.1.4 #
- Updates pigeon to fix warnings with clang 15.
6.1.3 #
- Switches to Pigeon for internal implementation.
6.1.2 #
- Clarifies explanation of endorsement in README.
6.1.1 #
- Updates links for the merge of flutter/plugins into flutter/packages.
6.1.0 #
- Updates minimum Flutter version to 3.3 and iOS 11.
6.0.18 #
- Updates code for stricter lint checks.
- Updates minimum Flutter version to 2.10.
6.0.17 #
- Suppresses warnings for pre-iOS-13 codepaths.
6.0.16 #
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
6.0.15 #
- Switches to an in-package method channel implementation.
6.0.14 #
- Updates code for new analysis options.
- Removes dependency on
meta
.
6.0.13 #
- Splits from
url_launcher
as a federated implementation.