Hi Dev Community!
Iām thrilled to share the initial release of Auto-I8LN, a Flutter package designed to make internationalization (i18n) and localization effortless for developers.
Creating multilingual apps can often be time-consuming, but Auto-I8LN automates many of the tedious tasks, allowing you to focus on building great apps.
āØ Key Features
Automated Language File Generation: No need to manually create and manage translation files.
Seamless Translation Management: Easily add and update translations.
Streamlined Localization Workflow: Get your app ready for global users quickly.
Simple Integration: Works smoothly with existing Flutter projects.
š Getting Started
Itās as easy as running these two commands:
dart run auto_i8ln:generate init
dart run auto_i8ln:generate translations
Then sit back, relax, and let Auto-I8LN handle the rest! š
š¦ Explore the Package
You can find Auto-I8LN on pub.dev:
https://pub.dev/packages/auto_i8ln
š Contribute
Contributions are highly welcomed! Check out the GitHub repository to get started:
https://github.com/michealgabriel/auto_i8ln
Looking forward to seeing what the community builds with Auto-I8LN! Let me know your thoughts, and feel free to share feedback or suggestions in the comments. š
Top comments (0)