ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
43 stars 45 forks source link

Incorrect imports on first example #101

Open zefram12 opened 1 month ago

zefram12 commented 1 month ago

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.