-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TW-823: refactor share file flow with video and image
- Loading branch information
1 parent
4ed5210
commit 52c1ed8
Showing
9 changed files
with
58 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1550,8 +1550,8 @@ packages: | |
dependency: "direct main" | ||
description: | ||
path: "." | ||
ref: "feat/file-info-from-mime-type" | ||
resolved-ref: "47cc0a78152ed1c8e429bbb752bd084781737bd4" | ||
ref: "feat/add-factory-method-for-file-info-and-matrix-file" | ||
resolved-ref: bc620ba66667c7540ae6c2e49480c96e7a654185 | ||
url: "[email protected]:linagora/matrix-dart-sdk.git" | ||
source: git | ||
version: "0.22.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ dependencies: | |
matrix: | ||
git: | ||
url: [email protected]:linagora/matrix-dart-sdk.git | ||
ref: feat/file-info-from-mime-type | ||
ref: feat/add-factory-method-for-file-info-and-matrix-file | ||
matrix_homeserver_recommendations: ^0.3.0 | ||
matrix_link_text: ^2.0.0 | ||
native_imaging: ^0.1.0 | ||
|