Cuong Nguyen
Cuong Nguyen
**Describe the bug** Can not return a type `List` **To Reproduce** Steps to reproduce the behavior:  **Screenshots**  `List.fromJson()` is invalid  Please fix this.
## Bug description ../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/math_keyboard-0.1.9/lib/src/widgets/math_field.dart:338:25: Error: Method 'insert' cannot be called on 'OverlayState?' because it is potentially null. - 'OverlayState' is from 'package:flutter/src/widgets/overlay.dart' ('../../../../development/flutter/packages/flutter/lib/src/widgets/overlay.dart'). Try calling using ?. instead. Overlay.of(context).insert(_overlayEntry!); ^^^^^^...
**Describe the bug** LinkedHashMap, HashMap is mutable with @freezed **Expected behavior** LinkedHashMap, HashMap must be immutable
I used `get: ^4.6.6` `Flutter 3.22.0`  The large screen iPad will be black at the 4 corners of the screen if use `transition: Transition.circularReveal,` ![Simulator Screenshot - iPad Pro...
https://github.com/syedmurtaza108/chucker-flutter/issues/98 ## Description fix toCurl issue: https://github.com/syedmurtaza108/chucker-flutter/issues/98 An error occurred when using a POST request with request data in Json format. Error occurs with both multipart/form-data request. ## Type of...