sharesdk_plugin 1.3.16 copy "sharesdk_plugin: ^1.3.16" to clipboard
sharesdk_plugin: ^1.3.16 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());
  }
}
24
likes
110
points
136
downloads

Publisher

unverified uploader

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.

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on sharesdk_plugin