-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b94afb
commit 3ab9c79
Showing
3 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: i18n_extension | ||
description: Translation and Internationalization (i18n) for Flutter. Easy to use for both large and small projects. Uses Dart extensions to reduce boilerplate. | ||
version: 14.0.0-dev.1 | ||
version: 14.0.0-dev.2 | ||
# author: Marcelo Glasberg <[email protected]> | ||
homepage: https://github.com/marcglasberg/i18n_extension | ||
topics: | ||
|
@@ -14,7 +14,7 @@ environment: | |
sdk: '>=3.5.0 <4.0.0' | ||
|
||
dependencies: | ||
intl: ^0.19.0 | ||
intl: '>=0.17.0-0 <=0.20.1' | ||
i18n_extension_core: ^3.0.0-dev.2 | ||
shared_preferences: ^2.3.3 | ||
flutter: | ||
|