easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

Is this package still maintained?

Open Tkko opened this issue 2 years ago • 20 comments

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 :)

Tkko avatar Jan 16 '23 13:01 Tkko

Not update for so long. Generator does not work anymore. I think it is discontinued

honghai2196 avatar Jan 19 '23 06:01 honghai2196

@aissat

zigapovhe avatar Jan 19 '23 18:01 zigapovhe

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 avatar Jan 20 '23 13:01 aissat

@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 avatar Jan 21 '23 10:01 mauriziopinotti

@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

aissat avatar Jan 21 '23 10:01 aissat

I'm a package maintainer myself and I'm up to contribute as well 🤘

Tkko avatar Jan 21 '23 13:01 Tkko

I'm a package maintainer myself and I'm up to contribute as well metal

Welcome!

aissat avatar Jan 25 '23 09:01 aissat

is this supported for flutter web version ?

jktan0504 avatar Feb 01 '23 03:02 jktan0504

@jktan0504 yes i think so.

inkomomutane avatar Feb 01 '23 12:02 inkomomutane

is this supported for flutter web version ?

yes , it's supported web

aissat avatar Feb 02 '23 09:02 aissat

are there any updates regarding open PRs? I think there must be interesting things there.

felipecastrosales avatar Mar 04 '23 01:03 felipecastrosales

Thanks for the great package! If there is still a lack of maintainers, I'm definitely willing to help out!

bw-flagship avatar Mar 24 '23 22:03 bw-flagship

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

aissat avatar Mar 26 '23 14:03 aissat

would be great if somebody can update the intl version to 0.18.0

societates-civis avatar Apr 04 '23 08:04 societates-civis

Intl 0.18.0 is supported in Version 3.0.2

bw-flagship avatar Aug 28 '23 08:08 bw-flagship

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?

KnoerleMan avatar Aug 30 '23 11:08 KnoerleMan

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 :)

bw-flagship avatar Aug 30 '23 11:08 bw-flagship

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 avatar Aug 30 '23 12:08 KnoerleMan

@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.

bw-flagship avatar Aug 30 '23 15:08 bw-flagship

Thanks for your response. With version 3.0.3-dev.1 the output works. I also have generated files now. Awesome! 😎

KnoerleMan avatar Aug 30 '23 15:08 KnoerleMan