jakobleck
jakobleck
> > According to the [migration guide for buttons](https://docs.flutter.dev/release/breaking-changes/buttons) it is recommended to use `ElevatedButton` as a replacement for `RaisedButton`. ;) > > I just updated the android dependencies to...
Just use a git ref for including the package until a new version is released?
Hey @matejhocevar, by a similar problem do you mean an identical error message? Was it reproducible in your case and can you provide info how to? I personally would be...
What I did was indeed to fix the deprecation warning of the splash screen as suggested by @xunreal75 . Cf. the instructions on https://docs.flutter.dev/development/platform-integration/android/splash-screen-migration. I haven't seen the problem since....
activity
activity
@yakubmoris Could you perhaps provide a MWE for your reproduction? Could not reproduce it both in a complex app and a small MWE. (I have encountered the "Recovering corrupted box"...
What's the rationale behind this behaviour? That `void` and `Future` can only ever return one kind of value, so the missing mock doesn't matter? (Not the case for `Future?`, also...