himani2022
himani2022
getting same issue with share_plus: ^4.1.0 in Android Unhandled Exception: MissingPluginException(No implementation found for method share on channel dev.fluttercommunity.plus/share) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165:7) Anyupdate on this?
@miquelbeltran added share_plus: ^4.1.0 to yaml and import 'package:share_plus/share_plus.dart'; void shareToSocial() { Share.share('check out my website https://example.com'); } Did I miss something?
@OmarBlancko any update on this?
Just invalidate cache solved my issue.