Skip to content

Commit

Permalink
fixup! fixup! fixup! TW-403: add share screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed Aug 28, 2023
1 parent f93f1c1 commit a75d0a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/pages/share/share_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ShareView extends StatelessWidget {
leading: TwakeIconButton(
tooltip: L10n.of(context)!.cancel,
icon: Icons.close,
onPressed: () => context.go('/rooms'),
onPressed: () => context.pop(),
),
),
body: Padding(
Expand Down
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1933,10 +1933,11 @@ packages:
receive_sharing_intent:
dependency: "direct main"
description:
name: receive_sharing_intent
sha256: "912bebb551bce75a14098891fd750305b30d53eba0d61cc70cd9973be9866e8d"
url: "https://pub.dev"
source: hosted
path: "."
ref: "receive-.txt-v2"
resolved-ref: "7ac2cccb3e1ac4bddce7e287adcb69726f368b89"
url: "git@github.com:krabbenprgr/receive_sharing_intent.git"
source: git
version: "1.4.5"
record:
dependency: "direct main"
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ dependencies:
punycode: ^1.0.0
qr_code_scanner: ^1.0.0
qr_flutter: ^4.0.0
receive_sharing_intent: ^1.4.5
receive_sharing_intent:
git:
url: git@github.com:krabbenprgr/receive_sharing_intent.git
ref: receive-.txt-v2
record: ^4.4.4
scroll_to_index: ^3.0.1
share_plus: ^4.0.10+1
Expand Down

0 comments on commit a75d0a9

Please sign in to comment.