Sergei Danilov
Sergei Danilov
I got the same crash and stack trace when my app got an in-app notification about creating a ticket ("Setting" -> "`your workspace` data" -> "Ticket types" feature) in the...
I came up with [this solution](https://dartpad.dev/?id=95c5fae5fc78e4b986641fed0980fdca). What do you think? It looks like that: ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key});...
It feels like there is a `SafeArea` or `MediaQuery`'s `viewInsets` somewhere in the drawer or `UserAccountsDrawerHeader` code