forked from aissat/easy_localization
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Static type for EasyLocalization.assetLoader (aissat#524)
- Loading branch information
1 parent
2c81ff2
commit 443e1f9
Showing
3 changed files
with
29 additions
and
23 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,28 +1,23 @@ | ||
name: easy_localization | ||
description: Easy and Fast internationalizing and localization your Flutter Apps, this package simplify the internationalizing process . | ||
description: Easy and fast internationalizing and localization your Flutter Apps, this package simplifies the internationalizing process. | ||
# author: AISSAT abdelwahab <mr.aissat@gmail.com> | ||
homepage: https://github.com/aissat/easy_localization | ||
issue_tracker: https://github.com/aissat/easy_localization/issues | ||
# publish_to: none | ||
|
||
version: 3.0.2 | ||
version: 4.0.0-dev | ||
|
||
environment: | ||
sdk: '>=2.12.0 <4.0.0' | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
shared_preferences: '>=2.0.0 <3.0.0' | ||
intl: '>=0.17.0-0 <=0.18.1' | ||
args: ^2.3.1 | ||
path: ^1.8.1 | ||
easy_logger: ^0.0.2 | ||
flutter_localizations: | ||
sdk: flutter | ||
|
||
flutter: { sdk: flutter } | ||
flutter_localizations: { sdk: flutter } | ||
intl: '>=0.17.0-0 <=0.18.1' | ||
path: ^1.8.1 | ||
shared_preferences: '>=2.0.0 <3.0.0' | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
flutter_lints: ^2.0.1 | ||
flutter_test: { sdk: flutter } |