Michal Hazdra

Results 12 comments of Michal Hazdra

It also fixes the `TabBarView` lockup https://github.com/flutter/flutter/assets/12874766/05dd98ca-2b36-4bcb-8c76-59bb1f6ee47c Code ```dart import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; void main() { debugPrintGestureArenaDiagnostics = true; runApp(const MyApp()); } class MyApp extends StatefulWidget { const MyApp({super.key}); @override...

I found the https://patrol.leancode.co/getting-started#faq And that lead me to checking which java my terminal sees, and that was Java 21. Now it is working. The question then changes why is...