Mushaheed Syed

Results 10 comments of 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, })...

@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 ![flutter_01](https://user-images.githubusercontent.com/33719927/213684441-1f10ec7e-86c3-4c7f-be71-ec218d985670.png) ![flutter_02](https://user-images.githubusercontent.com/33719927/213684458-2ec918f3-655e-405b-9ced-1e1ae25f7cdc.png)

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.