Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin_platform_interface dependency #8

Open
collinjackson opened this issue Jan 10, 2022 · 0 comments
Open

Update plugin_platform_interface dependency #8

collinjackson opened this issue Jan 10, 2022 · 0 comments

Comments

@collinjackson
Copy link

collinjackson commented Jan 10, 2022

The dependency on plugin_platform_interface is ^1.0.1, so it is incompatible with most plugins, which depend on "^2.X.Y". Could you please do one of the following:

  • update it to depend on "plugin_platform_interface: >=1.0.1 <3.0.0". This will keep it compatible with 1.X version and can be done as a non-breaking change.
  • update it to depend on "plugin_platform_interface: ^2.1.2" and change the name of verifyToken to verify. This will make it more compatible with future releases, but is a breaking change. (Since this plugin is a developer preview, this may be a non-issue.)

/cc @stuartmorgan

@collinjackson collinjackson changed the title plugin_platform_interface: ">=1.0.1 <3.0.0" Update plugin_platform_interface dependency Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant