Ibrahim Eid
Ibrahim Eid
The constructor must be the first method to be called in any class but when I but log state I see that getSectionCount and getItemCountForSection called after the constructor. so...
In your example when you remove the ink it still has the same behavior. a better example would be the one from the docs ``` Material( color: Colors.teal[900], child: Center(...
change left to start for RTL better support. bump up gradle dependencies version to the latest.
I can only see getting started steps for mac and Linux. Does maestro currently support windows? If not do you have a timeline for when we could expect to have...
when sending `@Field("preferences[]") List preferences` chopper sends: `{ "preferences[]":[2000008,2000149] }` retrofit sends: `{ "preferences[]":2000008, "preferences[]":2000149 }` in my app, I depend on this default behavior take a look at: https://stackoverflow.com/questions/53832007/how-to-send-liststring-with-retrofit
open current activity, open current fragment and open current app back stack are broken in Android Studio Chipmunk and all subsequent versions. here is the stack trace I'm getting ```...
I'm using the new windows terminal which supports emojis but for some reason, maestro is showing `?`, which makes it impossible to know if the steps have succeeded or failed....
The lib configuration is passed by the constructor down the widget tree 5 times at least which makes adding a new flag a tedious task. for examples see https://github.com/humazed/flutter_toolbox/blob/master/lib/src/config/toolbox_config.dart https://github.com/OpenFlutter/flutter_oktoast/blob/master/lib/src/widget/theme.dart
# Feature request **Current Issue:** The extension currently uses Stripe API version `2022-11-15`, which doesn't support no-cost orders. This causes 100% discount promotion codes to be rejected as "invalid" even...