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 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