url_launcher_linux

v3.2.2

Linux implementation of the url_launcher plugin.

Архив пакета: https://pubdev.letsnova.ru/api/archives/url_launcher_linux/3.2.2.tar.gz

Установкаdart pub add url_launcher_linux

README

url_launcher_linux

The Linux 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.

История изменений

3.2.2

  • Updates to Pigeon 26.
  • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.

3.2.1

  • Updates Pigeon to resolve a compilation failure with some versions of glib.

3.2.0

  • Updates platform channels to use Pigeon.
  • Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

3.1.1

  • Implements launchUrl.
  • Simplifies method channel interface by removing unused elements.
  • Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.

3.1.0

  • Implements supportsMode and supportsCloseForMode.

3.0.6

  • Adds pub topics to package metadata.
  • Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

3.0.5

  • Sets a cmake_policy compatibility version to fix build warnings.

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_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.4

  • [Retracted] Switches to an in-package method channel implementation.

2.0.3

  • Updates code for new analysis options.
  • Fix minor memory leak in Linux url_launcher tests.
  • Fixes canLaunch detection for URIs addressing on local or network file systems

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.
  • Fix outdated links across a number of markdown files (#3276)
  • 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+4

  • Update Dart SDK constraint in example.

0.0.1+3

  • Add a missing include.

0.0.1+2

  • Check in linux/ directory for example/

0.0.1+1

  • README update for endorsement by url_launcher.

0.0.1

  • The initial implementation of url_launcher for Linux