-
GetX is slop and it was used at the beginning because the app was just supposed to be a small side project. Now IRL Link is getting bigger and bigger, it needs to be more "production ready".
It is no…
-
Ref:
- https://github.com/toyobayashi/emnapi/blob/3cb78fbc014e545409b72ef05dc71bd7dbe1c2ee/packages/ts-transform-emscripten-esm-library/README.md
- https://github.com/toyobayashi/emnapi/tree/3cb78fb…
-
**你的Fx版本是多少**
2.2.6
```
implementation("io.github.petterpx:floatingx:2.2.6")
implementation("io.github.petterpx:floatingx-compose:2.2.6"
```
**遇到了什么问题**
使用setSaveDirectionImpl来保存位置不会触发 update…
-
I think I have failed to be conservative.
GetX basically hasn't changed since its first version (only the RxTypes have changed due to Flutter updates), and I've been trying to keep breaks to a mini…
-
How can add transition if we using Getx.to();
Get.offAll(PageTransition(type: PageTransitionType.fade, child: SinglePageContent(data: urlListDataPlay))); // not working
-
Hi,
I'm using this package app_links: ^6.3.2. I'm facing an unexpected issue."getInitialLink" This is working fine on Android side. When I click on any link then I'm getting the latest deep link.
Bu…
-
**Problem:**
in [getx](https://github.com/jonataslaw/getx/tree/master)/[documentation](https://github.com/jonataslaw/getx/tree/master/documentation)/[en_US](https://github.com/jonataslaw/getx/tree/ma…
-
I tried to solve problem with #441 and #141, but i couldnt
i have project with getx and handle calendar updates and events from controller,
when calendar loads for first time the events doesnt loa…
-
I like Getx and use in my projects personal and profissional. But, the state management will receive new updates as version 5 ?
-
I use getX in my project, when changing theme, it doesn't work. Here is my code: From dialog choose theme:
```
onConfirm: () {
SPUtils.to.saveTheme(theme: currentTheme);
Get.ch…