From baf67c365d6da6cd8cdc599a4779565bad0e2c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 17 Mar 2026 10:40:05 +0100 Subject: [PATCH 1/2] chore: Add vs code settings --- .vscode/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..d7e23866 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "emeraldwalk.runonsave": { + "commands": [ + { + "match": "\\.dart$", + "cmd": "dart run import_sorter:main --no-comments ${fileBasename}" + } + ] + } +} \ No newline at end of file From 11649dd01e9e127108277d22851a06f3484531c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 17 Mar 2026 10:40:35 +0100 Subject: [PATCH 2/2] build: Increase build number fixes https://github.com/krille-chan/fluffychat/issues/2720 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cee10f98..6776ec92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none # On version bump please also increase: # 1. The build number (for F-Droid) # 2. The version in /snap/snapcraft.yaml -version: 2.5.0+3547 +version: 2.5.0+3550 environment: sdk: ">=3.11.1 <4.0.0"