Trung15010802

Results 19 issues of Trung15010802

**Describe the bug** The GetxController is not automatically deleted if it is the first child of GetMaterialApp **Reproduction code example: ```dart import 'package:flutter/material.dart'; import 'package:get/get.dart'; void main() { runApp(const MyApp());...

My code: ``` SizedBox( height: 100, width: 500, child: Scrollbar( controller: _dateScrollController, child: DatePicker( DateTime(2023, 10, 20), initialSelectedDate: DateTime.now(), selectionColor: Colors.black, locale: 'vi-VN', selectedTextColor: Colors.white, onDateChange: (date) { // New...

### Steps to reproduce 1. Open MenuAnchor 2. Resize the screen ### Expected results MenuAnchor must stay open ### Actual results MenuAnchor has been closed ### Code sample Code sample...

framework
f: material design
a: desktop
has reproducible steps
P3
team-design
triaged-design
found in release: 3.19
found in release: 3.22

![image](https://github.com/sefidgaran/signalr_client/assets/90593296/eac4c31a-e65c-41ee-804e-ca0feeed7962) I am using sinalR to receive image from BE. It worked normal on desktop, tablet web but in mobile it's have white screen error

I got this error when using flutter web in some device. I don't know why but they got this error and the video can't play. Please help me. Thanks PlatformException(MEDIA_ERR_SRC_NOT_SUPPORTED,...

```dart ElegantNotification.success( width: 300, height: 80, position: Alignment.bottomRight, stackedOptions: StackedOptions( key: 'above', type: StackedType.above, ), description: Text( maxLines: 2, style: const TextStyle( color: Colors.black, ), 'description', ), title: Text( style:...

I have read the docs about your package. I decided using it for my website. But one thing i wanna know. Is this package can detect phone or tablet screen...

Would you mind creating an example about "how to parse json on web". Big thanks to your great package