flutter_share_go 0.0.1 copy "flutter_share_go: ^0.0.1" to clipboard
flutter_share_go: ^0.0.1 copied to clipboard

outdated

A new Flutter plugin.

flutter_share_go #

A new Flutter plugin.

Getting Started #

  • import plugin
import 'package:flutter_share_go/flutter_share_go.dart';

  • example
//share to facebook
FlutterShareGo.shareToFBPlatform("test share to fb content", "http://tryenough.com");

//share to twitter
FlutterShareGo.shareToTwitterPlatform("test share to twitter content", "http://tryenough.com");

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
30
pub points
37%
popularity

Publisher

unverified uploader

A new Flutter plugin.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_share_go