Karlo Verde

Results 30 comments of Karlo Verde

Any plans to support this setup approach?

Hi, @easazade πŸ‘‹πŸ» Thanks for contributing! I'll take a look asap (I'm currently in a rural area without reliable connection)

Hi again, @easazade I've been thinking of this feature. I really believe it can be quite useful and, first, I'd like to talk about some points to take in mind....

@easazade Totally agree on that Implementing the `html` and `markdown` sub-commands would be enough, for now. If you can take that, it would be awesome. Again, thanks for the contribution!

Thanks for the quick response, @joanpablo ! More context here. I am using a nested setup for my form. - This form has a nested form-group with only a form-array...

This looks like a responsive matter to me. This is regularly my approach. - For the `/users` route: - Narrow/small screens: A `ListView` of users. - Wide/large screens: A `GridView`...

This is a nice feature to consider πŸ‘€ In the meantime, you could use a `pre_gen.dart` hoook: ```dart final page = logger.prompt( 'What is the page name?', defaultValue: 'login', );...

I really find the initial @rrousselGit's proposal quite useful Being able to discriminate among different mutation methods is currently not possible within a `ProviderObserver`, which is often essential to register/post...

I was facing the same issue The odd thing was that the paths were not congruent After debugging the `mason_cli` locally, I found that the root cause is related to...

Hey there πŸ‘‹πŸΌ I am just facing this issue now ## Local context **OS:** Windows 11 **`dart` version:** 3.2.3 installed through Chocolatey **`fvm` version:** 2.4.1 installed through the global Dart...