url_launcher_macos
v3.2.5macOS implementation of the url_launcher plugin.
Package archive: https://pubdev.letsnova.ru/api/archives/url_launcher_macos/3.2.5.tar.gz
Install
dart pub add url_launcher_macosReadme
url_launcher_macos
The macos implementation of url_launcher.
Usage
This package is endorsed, which means you can simply use url_launcher
normally. This package will be automatically included in your app when you do,
so you do not need to add it to your pubspec.yaml.
However, if you import this package to use any of its APIs directly, you
should add it to your pubspec.yaml as usual.
Changelog
3.2.5
- Updates to Pigeon 26.
3.2.4
- Updates minimum supported version to macOS 10.15.
- Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
3.2.3
- Updates to Pigeon 25.5.0.
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
3.2.2
- Updates to Pigeon v22.
3.2.1
- Adds privacy manifest.
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
3.2.0
- Adds Swift Package Manager compatibility.
- Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
3.1.0
- Implements
supportsModeandsupportsCloseForMode.
3.0.7
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
3.0.6
- Updates to the latest version of
pigeon. - Updates minimum supported macOS version to 10.14.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
3.0.5
- Converts method channel to Pigeon.
3.0.4
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
3.0.3
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
3.0.2
- Updates code for stricter lint checks.
- Updates minimum Flutter version to 2.10.
3.0.1
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
3.0.0
- Changes the major version since, due to a typo in
default_packagein existing versions ofurl_launcher, requiring Dart registration in this package is in practice a breaking change.- Does not include any API changes; clients can allow both 2.x or 3.x.
2.0.4
- [Retracted] Switches to an in-package method channel implementation.
2.0.3
- Updates code for new analysis options.
- Updates unit tests.
2.0.2
- Replaced reference to
shared_preferencesplugin with theurl_launcherin the README.
2.0.1
- Add native unit tests.
- Updated installation instructions in README.
2.0.0
- Migrate to null safety.
- Update the example app: remove the deprecated
RaisedButtonandFlatButtonwidgets. - Set
implementationin pubspec.yaml
0.0.2+1
- Update Flutter SDK constraint.
0.0.2
- Update integration test examples to use
testWidgetsinstead oftest.
0.0.1+9
- Update Dart SDK constraint in example.
0.0.1+8
- Remove no-op android folder in the example app.
0.0.1+7
- Remove Android folder from url_launcher_web and url_launcher_macos.
0.0.1+6
- Declare API stability and compatibility with
1.0.0(more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
0.0.1+5
- Fixed the launchUniversalLinkIos method.
- Fix CocoaPods podspec lint warnings.
0.0.1+4
- Make the pedantic dev_dependency explicit.
0.0.1+3
- Update Gradle version.
0.0.1+2
- Update README.
0.0.1+1
- Add an android/ folder with no-op implementation to workaround https://
0.0.1
- Initial open source release.
