NightBlaze
NightBlaze
Is there any functionality for swipe to type? It mentioned ~2 years ago in the issue https://github.com/KeyboardKit/KeyboardKit/issues/73 that the feature should be implemented.
I would like to read more about how FRB works. As I understood one of the main part is `flutter_rust_bridge_codegen generate` which generates `*_generated.rs`, `*_generated.dart` and `api/*.dart` files. It's just...
### Describe the bug Minimal reproducible project is here https://github.com/NightBlaze/frb_sqlite I want to use Sqlite as storage for my app and all works fine on iOS Simulator and iOS real...
### Describe the bug Still new to Rust so it's look like a bug in a wrapper of `spawn`. In general Rust code I can write: ```rust #[tokio::main] async fn...
Is it enough to? • remove package with `cargo uninstall v2.0.0-dev.X` • install new version with `cargo install v2.0.0-dev.Y` • update version in Cargo.toml
Comparing different libraries for parsing HTML and found that Skyscraper fails in some cases when other (sxd_html or one on Swift) works fine. ```rust let link = "https://livejournal.com/"; let response...
There are some `unwrap` and `expect` calls not only in tests but also in real code. It prevents from using the lib in apps with high crash-free standards.
Not sure is it an issue or I do something wrong. Demo project available here: https://github.com/NightBlaze/generics-frb I use stateful architecture with the next structure for each screen: Dart part: 1....
Is there any plans to support iOS and Android? If yes then is there any roadmap?