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

Incorrect imports on first example #101

Open
zefram12 opened this issue Sep 30, 2024 · 0 comments
Open

Incorrect imports on first example #101

zefram12 opened this issue Sep 30, 2024 · 0 comments

Comments

@zefram12
Copy link

The example hosted at https://pub.dev/packages/share_handler imports as follows:

import 'package:share_handler_platform_interface/messages.dart';
import 'package:share_handler_platform_interface/share_handler_platform_interface.dart';

Whilst the one on the "Example" tab, https://pub.dev/packages/share_handler/example, imports this one:

import 'package:share_handler/share_handler.dart';

The examples tab, is obviously the right one.

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