fauzynurn
fauzynurn
I have two buttons on my swipe layout. they both increment and decrement an integer value whenever they are clicked. But after i click one of the button, the layout...
I have tried using attribute app:stl_customTabTextLayoutId="@+id/textview_id" but it didn't work. I have defined the TextView like this : ` ` Did i do something wrong? Thanks.
**Describe the bug** FlutterMoneyFormatter(..).output.withoutFractionDigits doesn't give the expected result. **To Reproduce** Steps to reproduce the behavior: 1. Declare `FlutterMoneyFormatter( amount: 0, settings: MoneyFormatterSettings( thousandSeparator: '.', fractionDigits: 0))` as singleton 2....
I need to track every routing between pages with its previous page. I created my own observer class and passed it on `routingCallback` in `GetMaterialApp`. But i found that `Get.previous`...
I'm using flutter web **To Reproduce** Steps to reproduce the behavior: 1. Run the app on the web 2. Try to resize window horizontally **Expected behavior** Target widget should stay...