Its very simple to share content from your flutter application via share dialog.
Step 1.
Import the library
import 'package:share/share.dart';
Step 2.
Invoke the method share in your Dart code.
Share.share('Please visit the site using this link https://example.com');
Step 1.
Import the library
import 'package:share/share.dart';
Step 2.
Invoke the method share in your Dart code.
Share.share('Please visit the site using this link https://example.com');
