Mushaheed Syed
Mushaheed Syed
@caseycrogers Try using .merge instead of .copyWith
I use the below code for going to a relative route ```dart void goRelative( String location, { Map params = const {}, Map queryParams = const {}, Object? extra, })...
I have about 9.
@dinbtechit You should try https://pub.dev/packages/flutter_adaptive_scaffold
@HansMuller, I've refactored the code as per your suggestions. If it looks good then I can write tests for them.
@HansMuller I've added tests for the action buttons, action icon theme, and an example (with test) in `examples/api`. Screenshots of the example  
I've fixed everything but 3 tests are still failing 🙁
Thank you very much @HansMuller for helping, and reviewing the PR! I'm very grateful. What are the next steps here for me?
I'm facing a similar issue on Windows 10. I'm using mason's version 0.1.0-dev.50. Output of `mason add generate -g` ```sh PS > mason add generate -g PathNotFoundException: Directory listing failed,...
I agree. That's how I'm creating child loggers right now.