url_launcher 2.0.0 copy "url_launcher: ^2.0.0" to clipboard
url_launcher: ^2.0.0 copied to clipboard

outdatedDart 1 only

A Flutter plugin for launching a URL.

2.0.0 #

  • Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.

1.0.3 #

  • Add FLT prefix to iOS types.

1.0.2 #

  • Fix handling of URLs in Android WebView.

1.0.1 #

  • Support option to launch default browser in iOS.
  • Parse incoming url and decide on what to open based on scheme.
  • Support WebView on Android.

1.0.0 #

  • iOS plugin presents a Safari view controller instead of switching to the Safari app.

0.4.2+5 #

  • Aligned author name with rest of repo.

[0.4.2+2], [0.4.2+3], [0.4.2+4] - 2017-08-16 #

  • Updated README.

[0.4.2+1] - 2017-05-16 #

  • Updated README.

[0.4.2] - 2017-05-15 #

  • Change to README.md.

[0.4.1] - 2017-05-09 #

  • Upgrade Android SDK Build Tools to 25.0.3.

[0.4.0] - 2017-05-09 #

  • Upgrade to new plugin registration.

[0.3.6] - 2017-05-09 #

  • Fix workaround for failing dynamic check in Xcode 7/sdk version 9.

[0.3.5] - 2017-05-08 #

  • Workaround for failing dynamic check in Xcode 7/sdk version 9.

[0.3.4] - 2017-05-08 #

  • Add test.

[0.3.3] - 2017-05-05 #

  • Change to buildToolsVersion.

[0.3.2] - 2017-05-04 #

  • Change to README.md.

[0.3.1] - 2017-05-01 #

  • Change to README.md.

[0.3.0] - 2017-04-27 #

  • Add canLaunch method.

[0.2.0] - 2017-04-24 #

  • Change launch to a top-level method instead of a static method in a class.

[0.1.1] - 2017-04-21 #

  • Change to README.md.

[0.1.0] - 2017-04-20 #

  • Initial Open Source release.