Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
23ff5b31b7
fix gitignore 2026-01-17 16:24:30 -05:00
e60e55bbbf
add note about moving to rust 2026-01-17 14:33:54 -05:00
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -36,6 +36,7 @@ key.properties
# Generated Files # Generated Files
*.g.dart *.g.dart
*.freezed.dart *.freezed.dart
/rust/
# Devel Password # Devel Password
password.txt password.txt

View file

@ -15,6 +15,7 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S
## Progress ## 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 - [ ] Platform Support
- [x] Linux - [x] Linux
- [x] Windows - [x] Windows