Cuong Nguyen

Results 5 issues of Cuong Nguyen

**Describe the bug** Can not return a type `List` **To Reproduce** Steps to reproduce the behavior: ![image](https://github.com/trevorwang/retrofit.dart/assets/53120409/8c02bc25-85d5-4e45-9413-02bd62319bfd) **Screenshots** ![image](https://github.com/trevorwang/retrofit.dart/assets/53120409/f8bb5446-dc05-4762-aaa0-25c03f7df2c8) `List.fromJson()` is invalid ![image](https://github.com/trevorwang/retrofit.dart/assets/53120409/c693e59f-6066-4c7d-a69e-460199e5bfc2) 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!); ^^^^^^...

bug

**Describe the bug** LinkedHashMap, HashMap is mutable with @freezed **Expected behavior** LinkedHashMap, HashMap must be immutable

bug
question

I used `get: ^4.6.6` `Flutter 3.22.0` ![image](https://github.com/jonataslaw/getx/assets/53120409/c431af02-f9ac-49e3-86d9-4e33f579bdf8) 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...