Dampfwalze

Results 10 issues of Dampfwalze

if you have something like this: `ZefyrEditor( controller: _controller, readOnly: true, ),` the User will be able to delete the text in the editor. `showCursor: false,` doesn't help flutter --version:...

### Use case Check if a `CameraController` is already disposed. ### Proposal Add `isDisposed` getter to `CameraController`.

Rust does not have a built-in feature for constructors, but the norm is to define an associated function `new(...)` for that type. Dart has constructors as a feature. One can...

enhancement

Add `isDisposed` getter to `CameraController` Solves https://github.com/flutter/flutter/issues/141513 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read...

p: camera

**Is your feature request related to a problem? Please describe.** Darts (experimental) [native assets feature](https://github.com/dart-lang/sdk/issues/50565) abstracts away the resolution and loading of binaries. They can be resolved using an asset...

enhancement

Because most browsers can correct deviations from standards, many websites are a dumpster fire of nonstandard behavior. One example are the [cookie directives](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie), that control the behavior of such. Some...

Sadly this package does not work on web, as it currently stands. This is not directly to blame to the package author, but has to do with the fact that...

Fixes https://github.com/koute/stdweb/issues/427 This is **IMPORTANT!!!** This crate does not compile otherwise!!!

This is my go on the IPC API. The driver events are now expressed by a [`Stream`](https://docs.rs/futures/latest/futures/stream/trait.Stream.html). This also allowes for multiple listeners. Using the sync API, one can now...

Related: #101 ``` root ├───rust │ └───dart_vdd # Rust - Dart bridge (Dart package) │ ├───example │ │ └───dart_vdd_example.dart │ ├───lib │ │ └───src │ │ └───generated │ │ └───api.dart...