From e60e55bbbf916f98ffe75f4ce36059281ba1e030 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 17 Jan 2026 14:33:54 -0500 Subject: [PATCH 1/2] add note about moving to rust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b47df4..09a1a9b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S ## Progress +- [ ] Move from the Dart SDK to the Rust SDK with Dart bindings: Waiting on https://github.com/fzyzcjy/flutter_rust_bridge/discussions/2967#discussioncomment-15522205. - [ ] Platform Support - [x] Linux - [x] Windows From 23ff5b31b75c396eade22430106e237292dc537e Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 17 Jan 2026 16:24:30 -0500 Subject: [PATCH 2/2] fix gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dfaf03d..747b159 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ key.properties # Generated Files *.g.dart *.freezed.dart +/rust/ # Devel Password password.txt \ No newline at end of file