Nishant Andoriya
Nishant Andoriya
[#12](https://github.com/joshuadeguzman/flutter-examples/issues/12) Please review the changes @joshuadeguzman
`accent color` is deprecated in many files. I would like to migrate to `colorScheme: ColorScheme.fromSwatch().copyWith(secondary: "Secondary Color")` Please assign it to me. Thanks
How can I take multiple i.e. 2 different Screenshot in same widget tree. Lets suppose i have two `ScreenshotController` i.e `screenshotController ` & `screenshotController2 ` and I want them to...
As of now the code in event_card_view_model is commented. As @palisadoes said in #1118 first we need to implement it and then write test for it. I wanna know that...
**Describe the bug** when I'm signing myself for he app it says invalid password but doesn't say why, i looked in code there's a regex pattern it should follow. It...
**Describe the bug** When ever we type in the message input widget , the keyboard should get closed after we send the comment/message **To Reproduce** Steps to reproduce the behavior:...
Is There any Proper Documentation for the CLI ?If yes where can i have it?