This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Showing
4 changed files
with
14 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,8 @@ | |
|
||
## 2.1.0 | ||
|
||
- Added camel case support | ||
- Added camel case support | ||
|
||
## 2.2.0 | ||
|
||
- Upgraded dependencies |
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 |
---|---|---|
|
@@ -2,5 +2,6 @@ targets: | |
$default: | ||
sources: | ||
include: | ||
- $package$ | ||
- assets/i18n/** | ||
- lib/** |
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 |
---|---|---|
|
@@ -12,4 +12,4 @@ dependencies: | |
dev_dependencies: | ||
flutter_translate_gen: | ||
path: ../ | ||
build_runner: ^2.1.5 | ||
build_runner: ^2.1.10 |
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,23 +1,23 @@ | ||
name: flutter_translate_gen | ||
description: Statically-typed localization keys generator for flutter_translate. | ||
version: 2.1.0 | ||
version: 2.2.0 | ||
homepage: https://leadcode.dev | ||
repository: https://github.com/bratan/flutter_translate_gen | ||
|
||
environment: | ||
sdk: ">=2.12.0 <3.0.0" | ||
|
||
dependencies: | ||
analyzer: ^1.7.2 | ||
async: ^2.8.2 | ||
build: ^2.1.1 | ||
analyzer: ^4.0.0 | ||
async: ^2.9.0 | ||
build: ^2.3.0 | ||
code_builder: ^4.1.0 | ||
dart_casing: ^2.0.0 | ||
dart_style: ^2.0.0 | ||
dart_style: ^2.2.3 | ||
dart_utils: ^2.0.0 | ||
flutter_translate_annotations: ^2.1.0 | ||
glob: ^2.0.2 | ||
source_gen: ^1.0.0 | ||
source_gen: ^1.2.2 | ||
|
||
dev_dependencies: | ||
build_runner: ^2.1.5 | ||
build_runner: ^2.1.10 |