-
I followed the steps in this guideline: https://pub.dev/packages/libserialport/install
and created an example like this: https://pub.dev/packages/libserialport/example
I tried to build & run on macO…
pvt37 updated
11 months ago
-
My understanding is that `ffigen` should use the same system include path as `clang`, but when I run `ffigen` on Linux it is unable to find several system header files (`stdarg.h`, `stdbool.h`, etc.) …
-
### 🔖 Feature description
Update dependencies (& replace unmaintained dependencies, etc) to remove all dependence on `dart:html`, as it is not WASM compatible. You should use `package:web` & `dart:…
-
It occurred to me that we could generate bindings using the same rust code base for
- [x] python ([pyo3](https://pyo3.rs) for binding and [maturin](https://maturin.rs/) for packaging)
- [x] node.js …
-
```rs
type IS = String;
#[async_dart(namespace = "accounts")]
pub async fn contact(user_id: IS) -> Result {
println!("async {:?}", thread::current().id());
Ok(data::Contact {
id: user_…
-
`DynamicLibrary.process()` does not correctly expose symbols on the Android emulator.
A manual use of `dlsym` with `RTLD_DEFAULT` does succeed in finding the symbols after a manual `dlopen` with `R…
-
Hello, I am trying to compile for Android a C library that needs to be compiled separately for every Android architecture.
This C library is a dependency of a rust library which in turn is also depen…
-
This piece of code in `util.dart` does not handle error code in case sp_nonblocking_read fails
``` dart
static Uint8List read(int bytes, UtilFunc readFunc) {
return ffi.using((arena) {
…
cabbi updated
6 months ago
-
### Description
To allow our users to export Realm query data (CSV format) and save to disk (macOS/Windows) within the Flutter UI.
Of course we could:
1. Execute Realm query for the model
1. Convert…
-
## Summary
I'm not sure if this is a Dart SDK issue or a Flutter issue.
On Android API versions
`DynamicLibrary.open` succeeds.
**Actual results:**