Jorge Coca
Jorge Coca
@ycherniavskyi Thank you for opening this issue! This feedback is really appreciated! ;) I personally do not see a good fit for this in `Equatable`. My concern is that, by...
To add a bit of extra information: I think something like this would improve significantly the onboarding experience of a developer to a new project. Multi-module mono-repos are gaining popularity...
Ooops totally missed that feature! Good catch @orestesgaolin !
It'd be like this: ```bash arb-converter to-arb ~/Downloads/ --from-hierarchical-json ~/Downloads/ ``` This will get all the *.json files in `Downloads`, and convert them to arb inside `Downloads`
Yep, I have nothing against that, especially if it is a pain point for many devs. Will try to work on this soon ;)
Since Google Translator Toolkit seems to be the only platform supporting ARB files, maybe an alternative for `intl` would be to produce a JSON format that is supported across major...
I do not know, to be honest, I just know it works with our vendor of choice, but if you feel like a new format should be supported, you can...
The case that @felangel described is what is being used in the [flutter_bloc IDE extensions](https://marketplace.visualstudio.com/items?itemName=FelixAngelov.bloc), and I personally like it a lot, since it makes the integration so much easier,...
Agreed with @felangel and @jakemac53 This is a critical use case for library developers: you might want to deprecate an API that requires the consumer to provide an implementation of...