translate_gen 1.0.3
translate_gen: ^1.0.3 copied to clipboard
Package provides tools to assist with translation tasks in Flutter projects, including preparing configuration files, extracting translatable strings, and replacing them based on a configuration.
CHANGELOG #
1.0.0 #
- Initial version.
1.0.1 #
- Add link to error: https://github.com/OmarMahmoud-alam/translate_gen/issues
- Make code faster
1.0.2 #
- Add AI translation feature
1.0.3 #
- Make code faster
- Add multiple AI model support (DeepSeek R1, Gemini)
- Add configurable AI model selection via
aiModelparameter - Add Gemini API key configuration support
- Improve translation accuracy with multiple AI providers
- Enhanced configuration options in
ExceptionRules - Better error handling for AI translation requests
- Add support for dynamic AI model switching
- Optimize extraction performance for large codebases
1.0.4 (Future) #
- Add support for more AI translation providers
- Implement translation caching for better performance
- Add batch translation support for large files
- Improve regex patterns for better string detection
- Add support for custom translation templates
- Enhanced error reporting and debugging features