Asjad

Results 7 comments of Asjad

I was just checking if this would be possible, and I found this: https://githubhot.com/repo/google/json_serializable.dart/issues/558 I don't know if this still holds true after 2 years, but if you look at...

You are right, I could write transformer functions to do this, but this feature might be useful, e.g I am using it in the app to save the users queue...

I found a solution, I am using `persistent_bottom_nav_bar: ^4.0.2` This happens because of line 371 in the `lib/models/persistent-nav-bar-scaffold.widget.dart` file In the _focusActiveTab function: ``` void _focusActiveTab() { if (widget.screenTransitionAnimation!.animateTabTransition) _newPageAnimation();...

I was able to fix this by playing around with alertPadding in AlertStyle BoxConstraints width parameters still don't work, but the alert was able to fit full device width. You...