Your solution solved my problem of translation per module explained here. I did that by adding multiple JSONs per module. But this caused all my unit and widget testing to fail. Couldn't find any solution for this.
Below is the test case I have written for your repository, which is not working, but if I remove localization from material widget and Text widget it works fine. This also works with the flutters usual Localization. Please let me know what can be done to fix this.
Your solution solved my problem of translation per module explained here. I did that by adding multiple JSONs per module. But this caused all my unit and widget testing to fail. Couldn't find any solution for this.
Below is the test case I have written for your repository, which is not working, but if I remove localization from material widget and Text widget it works fine. This also works with the flutters usual Localization. Please let me know what can be done to fix this.