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

discontinued

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
15
pub points
0%
popularity

Publisher

unverified uploader

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