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

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

Publisher

unverified uploader

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

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sharesdk