view_app_share_option 0.0.1
view_app_share_option: ^0.0.1 copied to clipboard
Akıllı dosya paylaşım Flutter plugini. iOS ve Android'de sistem paylaşım seçeneklerinde uygulamanızın görünmesini ve paylaşılan dosya yolunu yakalamanızı sağlar. --- Smart file share Flutter plugin. L [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add view_app_share_optionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
view_app_share_option: ^0.0.1Alternatively, 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:view_app_share_option/view_app_share_option.dart';