sharesdk_plugin 1.3.10 copy "sharesdk_plugin: ^1.3.10" to clipboard
sharesdk_plugin: ^1.3.10 copied to clipboard

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:sharesdk_plugin_example/home.dart';
import 'package:flutter/cupertino.dart';

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

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

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
    //if (Platform.isIOS) {

    //}
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(home: HomePage());
  }
}
25
likes
90
pub points
84%
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

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sharesdk_plugin