app_links_platform_interface

v2.0.2

A common platform interface for the app_links plugin.

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

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

README

app_links_platform_interface

A common platform interface for the app_links plugin.

This interface allows platform-specific implementations of the app_links plugin, as well as the plugin itself, to ensure they are supporting the same interface.

Usage

To implement a new platform-specific implementation of app_links, extend AppLinksPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default AppLinksPlatform by calling AppLinksPlatform.instance = MyPlatformAppLinks().

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

2.0.2

  • fix: Platform & channel init.

2.0.1

  • fix: Channel method names.

2.0.0

  • chore: Same as 1.2.0. 1.2.0 was retracted because of breaking changes.

1.2.0

  • chore: Re-introduce federated structure for platforms with dependencies.

1.1.0

  • feat: Add single stream for all links.

1.0.2

  • fix: Null pointer.

1.0.1

  • core: Tune to handle empty strings.

1.0.0

  • core: Improve API to get Android & iOS consistent behaviours.

0.2.0

  • core: Add linter.

0.1.0

  • Initial release.