This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
nc-photos
Watch
1
Star
0
Fork
You've already forked nc-photos
0
mirror of
https://gitlab.com/nkming2/nc-photos.git
synced
2025-01-23 01:06:21 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a17a0432c4
nc-photos
/
app
/
lib
/
platform
/
share.dart
8 lines
107 B
Dart
Raw
Normal View
History
Unescape
Escape
Support share link when sharing a single file
2021-09-28 08:36:00 +02:00
abstract
class
FileShare
{
Future
<
void
>
share
(
)
;
}
abstract
class
TextShare
{
A simpler way to share photos to other apps
2021-07-10 17:06:04 +02:00
Future
<
void
>
share
(
)
;
}
Reference in a new issue
Copy permalink