blob: 96489ee1a1c362d6c66a26839a828671c7c1d085 [file] [log] [blame] [view]
## NEXT
* Aligns Dart and Flutter SDK constraints.
## 3.0.4
* Updates links for the merge of flutter/plugins into flutter/packages.
## 3.0.3
* Converts internal implentation to Pigeon.
* 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_package` in
existing versions of `url_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.3
**\[Retracted\]**
* Switches to an in-package method channel implementation.
* Adds unit tests.
* Updates code for new analysis options.
## 2.0.2
* Replaced reference to `shared_preferences` plugin with the `url_launcher` in the README.
## 2.0.1
* Updated installation instructions in README.
## 2.0.0
* Migrate to null-safety.
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` 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 of `test`.
## 0.0.1+3
* Update Dart SDK constraint in example.
## 0.0.1+2
* Check in windows/ directory for example/
## 0.0.1+1
* Update README to reflect endorsement.
## 0.0.1
* Initial Windows implementation of `url_launcher`.