enhanced_url_launcher_platform_interface 2.1.4 copy "enhanced_url_launcher_platform_interface: ^2.1.4" to clipboard
enhanced_url_launcher_platform_interface: ^2.1.4 copied to clipboard

A common platform interface for the enhanced_url_launcher plugin for launching a URL. Supports web, phone, SMS, and email schemes.

NEXT #

  • Updates minimum Flutter version to 3.3.
  • Aligns Dart and Flutter SDK constraints.

2.1.4 #

  • Finalize renaming to enhanced_url_launcher

2.1.3 #

  • Adds interface to retrieve optimal location for a new window on web platform
  • Optimizes pub.dev score

2.1.2 #

  • Updates links for the merge of flutter/plugins into flutter/packages.
  • Updates minimum Flutter version to 3.0.

2.1.1 #

  • Updates imports for prefer_relative_imports.
  • Updates minimum Flutter version to 2.10.

2.1.0 #

  • Adds a new launchUrl method corresponding to the new app-facing interface.

2.0.5 #

  • Updates code for new analysis options.
  • Update to use the verify method introduced in platform_plugin_interface 2.1.0.

2.0.4 #

  • Silenced warnings that may occur during build when using a very recent version of Flutter relating to null safety.

2.0.3 #

  • Migrate pushRouteNameToFramework to use ChannelBuffers API.

2.0.2 #

  • Update platform_plugin_interface version requirement.

2.0.1 #

  • Fix SDK range.

2.0.0 #

  • Migrate to null safety.

1.0.10 #

  • Update Flutter SDK constraint.

1.0.9 #

  • Laid the groundwork for introducing a Link widget.

1.0.8 #

  • Added webOnlyWindowName parameter

1.0.7 #

  • Update lower bound of dart dependency to 2.1.0.

1.0.6 #

  • Make the pedantic dev_dependency explicit.

1.0.5 #

  • Make the PlatformInterface _token non const (as const Objects are not unique).

1.0.4 #

  • Use the common PlatformInterface code from plugin_platform_interface.
  • [TEST ONLY BREAKING CHANGE] remove UrlLauncherPlatform.isMock, we're not increasing the major version as doing so for platform interfaces has bad implications, given that this is only going to break test code, and that the plugin is young and shouldn't have third-party users we've decided to land this as a patch bump.

1.0.3 #

  • Minor DartDoc changes and add a lint for missing DartDocs.

1.0.2 #

  • Use package URI in test directory to import code from lib.

1.0.1 #

  • Enforce that UrlLauncherPlatform isn't implemented with implements.

1.0.0 #

  • Initial release.
0
likes
140
pub points
52%
popularity

Publisher

verified publishermasewo.net

A common platform interface for the enhanced_url_launcher plugin for launching a URL. Supports web, phone, SMS, and email schemes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on enhanced_url_launcher_platform_interface