Skip to content

Please add implements entry to federated platform packages #1093

Description

@loic-sharma

Flutter-Tizen version
N/A

Plugin version
N/A

Describe the issue
Users cannot discover Tizen's federated platform packages on pub.dev using the implements-federated-plugin: syntax.

Federated platform packages, like url_launcher_tizen, should use the implements entry to indicate which app-facing package it implements. For example:

flutter:
  plugin:
    implements: url_launcher
    platforms:
      tizen:
        dartPluginClass: UrlLauncherPlugin

Docs: https://docs.flutter.dev/packages-and-plugins/developing-packages#federated-platform-packages

To reproduce

  1. Navigate to: https://pub.dev/packages/url_launcher
  2. Under the "More" section in the sidebar, press the "Packages that implement url_launcher" link
  3. Check if url_launcher_tizen is listed in the results.

Log message
N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions