-
### Topic Suggestion
#### Pre-submission advice
By following all our pre-submission advice and reviewing our Resources folder, you will maximise your chances of your topic being approved.
We as…
-
Hi, @Milad-Akarie I am building a web application with a list of tabs. You can refer to [https://unsplash.com/](url). There are feature tabs on the navigation section. When clicking each feature it w…
-
**Describe the bug**
Getting `Null check operator used on a null value` error when calling `Get.reset()` to clear `AuthService` on logout.
Exception is thrown from `route_middleware.dart`:
```d…
-
Hi thanks for this lib! I find that its code generator is quite slow... For example, I run it and see the following. (sometimes even 2 or 3 minutes):
```
...
[INFO] 1m 41s elapsed, 2435/2436 acti…
-
_No content_
> Issue created by BlueBubbles Bot in the `BlueBubbles` commnity on behalf of `@tneot01` in `#community-contributions`.
-
is there possible to use flutter_curved_navigation_bar on Getx state management .
-
**Describe the bug**
I am using the **Cardfield Widget** but whenever I try to tap on it to add credit card information, nothing happens. Keyboard won't appear, placeholders are not rendering as we…
-
First of all, great plugin and exactly I was looking for :)
I have a requirement of whenever I click on a button in a page, I need to open the mini-player in full height? Any idea how to achieve th…
-
**Is your feature request related to a problem? Please describe.**
Sometimes, when we call the `update()` method inside the controller, some `GetBuilder` get rebuild unnecessarily, i.e let's say we h…
-
**Describe the bug**
GetxController doesn't dispose fields when it closes.
**Reproduction code**
```dart
import 'package:flutter/material.dart';
import 'package:get/get.dart';
void main() …