url_launcher_macos 2.0.0 url_launcher_macos: ^2.0.0 copied to clipboard
macOS implementation of the url_launcher plugin.
2.0.0 #
- Migrate to null safety.
- Update the example app: remove the deprecated
RaisedButton
andFlatButton
widgets. - Set
implementation
in pubspec.yaml
0.0.2+1 #
- Update Flutter SDK constraint.
0.0.2 #
- Update integration test examples to use
testWidgets
instead 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.