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

outdated

Flutter plugin to share text and images

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_share_plus_example/HomePage.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomePage(),
    );
  }
}
4
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to share text and images

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_share_plus

Packages that implement flutter_share_plus