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

discontinuedreplaced by: sharesdk_plugin
outdated

A flutter plugin for share and auth to 40+ platforms.

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
0
points
29
downloads

Publisher

verified publishermob.com

Weekly Downloads

A flutter plugin for share and auth to 40+ platforms.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on sharesdk

Packages that implement sharesdk