quick_share 1.0.0+1 copy "quick_share: ^1.0.0+1" to clipboard
quick_share: ^1.0.0+1 copied to clipboard

A Module for sharing quickly

quick_share #

Hecho en 🇵🇷 por Radamés Jomuel Valentín Reyes

Import #

import 'package:quick_share/quick_share.dart';

Library Widgets #

A button for quickly sharing files

QuickShareFiles(
		shareButton: Padding(
		padding: EdgeInsets.symmetric(
			vertical: 10,
		),
		child: Text(
			"Click me to share files",
		),
	),
),

A button and content to take and share a screenshot of the child widget

QuickShareScreenshot(
	child: const Text("Some text here for absolutely no reason."), 
	shareButton: const Padding(
		padding: EdgeInsets.symmetric(
			vertical: 10,
		),
		child: Text("Click me to share"),
	), 
	buttonPlacement: ButtonPlacement.top,
),
1
likes
95
pub points
0%
popularity

Publisher

unverified uploader

A Module for sharing quickly

Documentation

API reference

License

MIT (LICENSE)

Dependencies

file_picker, flutter, screenshot, share

More

Packages that depend on quick_share