Szürti Szilárd Dávid

Results 4 issues of Szürti Szilárd Dávid

With this, you can provide an RRect to clip paint with to WaveStyle. For example: ``` AudioWaveforms( size: Size(MediaQuery.of(context).size.width, 200.0), recorderController: recorderController, waveStyle: WaveStyle( clipRRect: RRect.fromLTRBR(0, 0, MediaQuery.of(context).size.width, 200, const...

### Steps to reproduce Can't reproduce, but my app is using simple restorable variables (RestorableString, etc.) and navigator.restorablePush functions. ### Expected results Shouldn't crash during state restoration. This is a...

c: crash
framework
P3
a: state restoration
needs repro info
team-framework
triaged-framework

In packages/flutter/lib/src/services/restoration.dart's `_decodeRestorationData` function, this function adds a try-catch block to catch any errors happening when calling `StandardMessageCodec().decodeMessage()`. A FormatException can occur in `StandardMessageCodec().decodeMessage()` if the data saved for state...

framework

### Steps to reproduce I don't know, I am using state restoration with built-in routers and this only happens on iOS. ### Expected results Shouldn't crash. ### Actual results Crashes...

c: crash
framework
f: routes
needs repro info
team-framework