From 519e9420bd331d8d26ffbaed827a6736f7776755 Mon Sep 17 00:00:00 2001 From: fufesou Date: Tue, 1 Nov 2022 11:03:40 +0800 Subject: [PATCH] flutter_desktop: fix win crash for uni_link_desktop Signed-off-by: fufesou --- flutter/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index a100a8d72..43eba9976 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -96,7 +96,10 @@ dependencies: # url: https://github.com/Kingtous/flutter_improved_scrolling # ref: 62f09545149f320616467c306c8c5f71714a18e6 uni_links: ^0.5.1 - uni_links_desktop: ^0.1.3 + uni_links_desktop: + git: + url: https://github.com/fufesou/uni_links_desktop.git + ref: 5be5113d59c753989dbf1106241379e3fd4c9b18 path: ^1.8.1 auto_size_text: ^3.0.0