Fix windows some issues
Optimize overwrite handle Optimize access control page Optimize some details
This commit is contained in:
30
pubspec.yaml
30
pubspec.yaml
@@ -1,7 +1,7 @@
|
||||
name: fl_clash
|
||||
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
|
||||
publish_to: 'none'
|
||||
version: 0.8.90+2025100801
|
||||
version: 0.8.91+2025122201
|
||||
environment:
|
||||
sdk: '>=3.8.0 <4.0.0'
|
||||
|
||||
@@ -14,7 +14,7 @@ dependencies:
|
||||
path_provider: ^2.1.0
|
||||
path: ^1.9.0
|
||||
shared_preferences: ^2.5.3
|
||||
window_manager: ^0.5.0
|
||||
window_manager: ^0.5.1
|
||||
dynamic_color: ^1.8.1
|
||||
proxy:
|
||||
path: plugins/proxy
|
||||
@@ -26,10 +26,11 @@ dependencies:
|
||||
mobile_scanner: ^7.0.1
|
||||
app_links: ^6.4.0
|
||||
win32_registry: ^2.0.0
|
||||
tray_manager: ^0.5.0
|
||||
tray_manager:
|
||||
path: plugins/tray_manager/packages/tray_manager
|
||||
collection: ^1.19.1
|
||||
animations: ^2.0.11
|
||||
package_info_plus: ^8.0.0
|
||||
animations: ^2.1.1
|
||||
package_info_plus: ^9.0.0
|
||||
url_launcher: ^6.3.2
|
||||
freezed_annotation: ^3.1.0
|
||||
image_picker: ^1.2.0
|
||||
@@ -37,17 +38,14 @@ dependencies:
|
||||
webdav_client: ^1.2.2
|
||||
dio: ^5.8.0+1
|
||||
win32: ^5.5.1
|
||||
re_editor:
|
||||
git:
|
||||
url: https://github.com/chen08209/re-editor.git
|
||||
ref: main
|
||||
re_editor: ^0.8.0
|
||||
re_highlight: ^0.0.3
|
||||
archive: ^4.0.7
|
||||
emoji_regex: ^0.0.5
|
||||
hotkey_manager: ^0.2.3
|
||||
uni_platform: ^0.1.3
|
||||
device_info_plus: ^11.3.3
|
||||
connectivity_plus: ^6.1.0
|
||||
device_info_plus: ^12.2.0
|
||||
connectivity_plus: ^7.0.0
|
||||
screen_retriever: ^0.2.0
|
||||
defer_pointer: ^0.0.2
|
||||
flutter_riverpod: ^3.0.0
|
||||
@@ -61,6 +59,12 @@ dependencies:
|
||||
flutter_svg: ^2.1.0
|
||||
flutter_cache_manager: ^3.4.1
|
||||
crypto: ^3.0.3
|
||||
yaml: ^3.1.3
|
||||
yaml_writer:
|
||||
git:
|
||||
url: https://github.com/chen08209/yaml_writer
|
||||
ref: master
|
||||
super_sliver_list: ^0.4.1
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
@@ -78,7 +82,9 @@ flutter:
|
||||
- assets/data/
|
||||
- assets/fonts/
|
||||
- assets/images/
|
||||
- assets/images/avatars/
|
||||
- assets/images/avatar/
|
||||
- assets/images/empty/
|
||||
- assets/images/icon/
|
||||
fonts:
|
||||
- family: JetBrainsMono
|
||||
fonts:
|
||||
|
||||
Reference in New Issue
Block a user