easy_localization
easy_localization copied to clipboard
Is this package still maintained?
Hey guys, I'm wondering if this package is still maintained, From the commits and PRs I would say "no" but I'd like to make sure Thanks :)
Not update for so long. Generator does not work anymore. I think it is discontinued
@aissat
Hello,
The package is not discontinued and still serves its intended purpose. However, it is currently stable and not actively maintained due to my current busy schedule. I apologize for any inconvenience this may cause.
If you would like to see new features or updates, we welcome any contributions or manpower to help keep the package alive. Thank you.
@aissat there are 22 PRs waiting to be reviewed and merged, if you need help with them please let me know, I can contribute as maintainer of this project.
@aissat there are 22 PRs waiting to be reviewed and merged, if you need help with them please let me know, I can contribute as maintainer of this project.
@mauriziopinotti welcome bro , yes we need your help thanks
I'm a package maintainer myself and I'm up to contribute as well 🤘
I'm a package maintainer myself and I'm up to contribute as well metal
Welcome!
is this supported for flutter web version ?
@jktan0504 yes i think so.
is this supported for flutter web version ?
yes , it's supported web
are there any updates regarding open PRs? I think there must be interesting things there.
Thanks for the great package! If there is still a lack of maintainers, I'm definitely willing to help out!
Thanks for the great package! If there is still a lack of maintainers, I'm definitely willing to help out!
i'll add you as maintainers welcome @bw-flagship
would be great if somebody can update the intl version to 0.18.0
Intl 0.18.0 is supported in Version 3.0.2
Code generator still seems broken. At least in my case there are no generated files when running the generate command. Help output is also not printed for me.
How to use this?
The code generation works, I use it daily. However, there might be some kind of bug you experience where log warnings are missing. Could you post a new issue and include a sample to reproduce? Thanks :)
So if you run
dart run easy_localization:generate -h
you get any useful output?
For me the following is shown:
Building package executable...
Built easy_localization:generate.
Same as when generating for json files located in the assets folder like so:
dart run easy_localization:generate --source-dir ./assets/translations
@KnoerleMan Thanks for clarifying. The issue with the missing outputs should be solved in 3.0.3-dev.1. I still can confirm that the code generation works for me. Please run again with the new version and see if the output is helpful.
Thanks for your response. With version 3.0.3-dev.1 the output works. I also have generated files now. Awesome! 😎