sharesdk_flutter 0.0.2 copy "sharesdk_flutter: ^0.0.2" to clipboard
sharesdk_flutter: ^0.0.2 copied to clipboard

ShareSDK is a social sharing component that provides social functions for apps, like authorization and share, shortens the development time of developers, and has social statistical analysis managemen [...]

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()
    );
  }
}
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

ShareSDK is a social sharing component that provides social functions for apps, like authorization and share, shortens the development time of developers, and has social statistical analysis management background.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sharesdk_flutter