Skip to content

Commit

Permalink
Support the web platform (only improve the list on pub.dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamnhan066 committed May 9, 2024
1 parent 63fdc16 commit 9b895e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 9 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,6 +11,14 @@ topics:
environment:
sdk: ">=3.0.0 <4.0.0"

platforms:
android:
ios:
windows:
linux:
macos:
web:

dependencies:
flutter:
sdk: flutter
Expand Down

0 comments on commit 9b895e3

Please sign in to comment.