jakobleck

Results 14 issues of jakobleck

The stop() method of MediaStreamTrack does not seem to work on the video track of the local stream in an application I am working on and in the demo project....

Would be helpful to determine whether front camera is used, for example.

**Description** App crashed on startup with the following message: ``` Launching lib/main.dart on moto g 10 in debug mode... Running Gradle task 'assembleDebug'... Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old...

bug

Accessibility text sizes in system settings are currently not really supported by `PinCodeTextField`: The field does not resize to accommodate very large text, which is thus clipped. Currently a workaround...

In an application with communication between a flutter app and a web interface, when the flutter app sends an offer all is well, but when the flutter app receives an...

Viewing a pdf (which works!) on an iOS device I get the following logs: ``` [...] OW_BACKTRACE environmental variable. [Unknown process name] Error: this application, or a library it uses,...

As far as I can tell there is no good reason for appFlavor being nullable, it shouldn't be used with a null value, right? So I'd suggest using a type...

Hive under the hood uses the TypeAdapters to transform the HiveModels in a Box into binary data that is written into a file AFAIK. And then read the other way...

With a recent (well, not that recent...) Flutter update `textScaleFactor` has been deprecated and replaced by `textScaler`. This change appears in the `Text` widget and thus should also be implemented...

I have a pdf in A5 format which I want to use as a background template (filling in text with editPage in the pdf package - thanks for your amazing...

bug
needs triage