Renan
Renan
Tracking this on #467, thanks for opening an issue
I don't think we should add this. From the CLI standpoint, all commands are supposed to be managed at a project level. What is the use case for this to...
> I don't know if I follow the statement. Lemme rephrase then: If this change is implemented, in the proposed scenario, `dart_frog new route "herbal"` will create a new route...
I can summarize why this is a bad idea (even with a prompt) in three main concerns on this: # 1. There is no real reason for this The logic...
Okay, I lied about that one being my last comment. I may have a solution to address the extension/plugin concern on the daemon front: we can add a method to...
Yep: [niks](https://github.com/renancaraujo/niks) and [bitmap](https://github.com/renancaraujo/bitmap). I'm preparing readmes and tutorials. Stay tuned.
I got to put this project on hold due to time management, but this is somethign that im looking forward to do in the future.
This affects the visibility of the links in the sidebar. This should change e even if the link is "unrechable" at time of analysis, maybe it should not be hidden...
Your example is a little bit off but I think I get it. This generally evolves keeping a cache map of dependency and results.
It is hard to provide dates with timezones offsets specially because timezones keep chaging. To convert a UTC datetime to a lozalized datetime, I would sue the [timezones](https://pub.dev/packages/timezone) package.