Thursday, 16 August 2018

// // 2 comments

Social share in flutter

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');

2 comments: