From 9b895e331aeb7bfc24242303230ce3ea653dfdef Mon Sep 17 00:00:00 2001 From: lamnhan066 Date: Thu, 9 May 2024 20:05:43 +0700 Subject: [PATCH] Support the web platform (only improve the list on pub.dev) --- CHANGELOG.md | 4 ++++ README.md | 2 -- pubspec.yaml | 11 +++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ea5ee..fe7682f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.2+1 + +* Support the web platform (only improve the list on pub.dev). + ## 0.11.2 * Support a wider range of dependency versions. diff --git a/README.md b/README.md index 37f1a1f..ae7d40f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Multi-language app tool with an efficient generator and a custom GPT-4 translator for easy localization. -I'm not a big fan of the '.arb' format or using short variables to store text in app development. It can be a bit tricky to control the length of the text when working with these methods. That's why I came up with a handy package that makes it easier to use real text during development and even simplify localization based on text. I hope you find it useful! - ## Features - Easy to control the language translations in your application. Automatically uses the current device locale upon first open, if possible. diff --git a/pubspec.yaml b/pubspec.yaml index c887661..674da15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,8 @@ name: language_helper description: Control multiple languages with an efficient generator and a custom GPT-4 translator for easy localization. -version: 0.11.2 +version: 0.11.2+1 homepage: https://github.com/lamnhan066/language_helper topics: - - i18n - localization - internationalization - translation @@ -12,6 +11,14 @@ topics: environment: sdk: ">=3.0.0 <4.0.0" +platforms: + android: + ios: + windows: + linux: + macos: + web: + dependencies: flutter: sdk: flutter