language_service 0.0.1
language_service: ^0.0.1 copied to clipboard
Simplifies multilingual support and translation management for Flutter apps.
language_service Package - Version 1 Changelog #
1.0.0 #
Initial Release #
- Multi-language Support: Added support for loading and managing multiple languages using JSON files.
- Language Management: Ability to change the application's language dynamically.
- User Preference Saving: Stores the user's selected language preference for future sessions.
- UI Update: Automatically updates the UI when the language changes.
- Supported Languages: Added support for listing the languages available in the app.
Features #
- JSON Language Files: Language data is loaded from JSON files stored in the app's
lib/Languages/directory. - Dynamic Language Switching: Seamless switching between different languages without needing to restart the app.
- Localization Delegates: Integrated localization delegates for easy language integration in Flutter.