Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShareExtend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
ShareExtend
Commits
6435b318
Commit
6435b318
authored
Apr 02, 2020
by
zhouteng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the version code and readme
parent
5891d9d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
CHANGELOG.md
CHANGELOG.md
+3
-0
README-en.md
README-en.md
+2
-2
README.md
README.md
+2
-2
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
6435b318
## 1.1.3
*
add option subject for sharing multiple images
## 1.1.2
## 1.1.2
*
rebuild the provider code on android platform
*
rebuild the provider code on android platform
*
update sample code
*
update sample code
...
...
README-en.md
View file @
6435b318
...
@@ -12,7 +12,7 @@ First, add `share_extend` as a dependency in your pubspec.yaml file.
...
@@ -12,7 +12,7 @@ First, add `share_extend` as a dependency in your pubspec.yaml file.
```
```
dependencies:
dependencies:
share_extend: "^1.1.
2
"
share_extend: "^1.1.
3
"
```
```
### iOS
### iOS
...
@@ -77,7 +77,7 @@ _shareMultipleImages() async {
...
@@ -77,7 +77,7 @@ _shareMultipleImages() async {
await _writeByteToImageFile(await asset.getByteData(quality: 30));
await _writeByteToImageFile(await asset.getByteData(quality: 30));
imageList.add(path);
imageList.add(path);
}
}
ShareExtend.shareMultiple(imageList, "image");
ShareExtend.shareMultiple(imageList, "image"
,subject: "share muti image"
);
}
}
Future<String> _writeByteToImageFile(ByteData byteData) async {
Future<String> _writeByteToImageFile(ByteData byteData) async {
...
...
README.md
View file @
6435b318
...
@@ -10,7 +10,7 @@ Language: [English](https://github.com/zhouteng0217/ShareExtend/blob/master/READ
...
@@ -10,7 +10,7 @@ Language: [English](https://github.com/zhouteng0217/ShareExtend/blob/master/READ
```
```
dependencies:
dependencies:
share_extend: "^1.1.
2
"
share_extend: "^1.1.
3
"
```
```
### iOS
### iOS
...
@@ -74,7 +74,7 @@ _shareMultipleImages() async {
...
@@ -74,7 +74,7 @@ _shareMultipleImages() async {
await _writeByteToImageFile(await asset.getByteData(quality: 30));
await _writeByteToImageFile(await asset.getByteData(quality: 30));
imageList.add(path);
imageList.add(path);
}
}
ShareExtend.shareMultiple(imageList, "image");
ShareExtend.shareMultiple(imageList, "image"
,subject: "share muti image"
);
}
}
Future<String> _writeByteToImageFile(ByteData byteData) async {
Future<String> _writeByteToImageFile(ByteData byteData) async {
...
...
pubspec.yaml
View file @
6435b318
name
:
share_extend
name
:
share_extend
description
:
A Flutter plugin for Android and iOS for sharing text, image, video and file with system ui.
description
:
A Flutter plugin for Android and iOS for sharing text, image, video and file with system ui.
version
:
1.1.
2
version
:
1.1.
3
author
:
zhouteng <qfszyq@gmail.com>
author
:
zhouteng <qfszyq@gmail.com>
homepage
:
https://github.com/zhouteng0217/ShareExtend
homepage
:
https://github.com/zhouteng0217/ShareExtend
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment