localizer_ai 0.1.0
localizer_ai: ^0.1.0 copied to clipboard
A Flutter package for AI-powered localization and automatic translation.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 – 2025-04-18 #
Added #
- Initial release of Localizer AI
- AI‑powered translation using OpenAI GPT‑3.5‑turbo
- Caching of translations via
shared_preferences - Runtime language switching with
ChangeNotifier - Context‑aware translation via
ContextAnalyzer
- Example app under
example/demonstrating basic usage