share_apps 0.3.2 share_apps: ^0.3.2 copied to clipboard
Put your app in front of everyone through their peers. Peer-to-peer invitations in a very subtle and simple way.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add share_apps
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
share_apps: ^0.3.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:share_apps/share_apps.dart';