sharesdk 1.1.8 copy "sharesdk: ^1.1.8" to clipboard
sharesdk: ^1.1.8 copied to clipboard

discontinuedreplaced by: sharesdk_plugin

ShareSDK is a social sharing component that provides social functions for apps, like authorization and share, and has social statistical analysis management background.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter/cupertino.dart';
import './home.dart';

void main() => runApp(new MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => new _MyAppState();
}

class _MyAppState extends State<MyApp> {

  @override
  Widget build(BuildContext context) {
    return new MaterialApp(
      home:  HomePage()
    );
  }
}
0
likes
25
points
29
downloads

Publisher

verified publishermob.com

Weekly Downloads

ShareSDK is a social sharing component that provides social functions for apps, like authorization and share, and has social statistical analysis management background.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on sharesdk

Packages that implement sharesdk