Skip to content

Commit 2fd2cd6

Browse files
committed
fix: update xdg_desktop_portal package, override doesn't work
1 parent d5d529c commit 2fd2cd6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

flutter_local_notifications_linux/pubspec.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ dependencies:
99
sdk: flutter
1010
flutter_local_notifications_platform_interface: ^7.0.0-dev.1
1111
path: ^1.8.0
12-
xdg_desktop_portal: ^0.1.12
13-
xdg_directories: ">=0.2.0+1 <2.0.0"
14-
15-
dependency_overrides:
1612
# Temporarily use a fork of xdg_desktop_portal to support the ActionInvoked signal
1713
xdg_desktop_portal:
1814
git:
1915
url: https://github.com/Merrit/xdg_desktop_portal.dart.git
2016
ref: 8d18d560ba3388627c998011a0803defc0e84c30
17+
xdg_directories: ">=0.2.0+1 <2.0.0"
2118

2219
dev_dependencies:
2320
build_runner: ^2.3.3

0 commit comments

Comments
 (0)