Skip to content

Commit

Permalink
Merge pull request #70 from TeamWanari/stable
Browse files Browse the repository at this point in the history
Bring development branch up-to-date
  • Loading branch information
akosENagy committed May 3, 2021
2 parents fd5e59e + ebf34ca commit d1d6b72
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

This is a localization library to simplify Flutter localization with the help of code generation. It generates getter functions for the localized keyset, so you don't have to worry about typos in String keys any more.

## Roadmap

### [v0.3.0](https://github.com/TeamWanari/rosetta/milestone/4)
> * [ ] Support for plurals
> * [ ] Key nesting
> * [ ] Desktop and web support
### [v0.4.0](https://github.com/TeamWanari/rosetta/milestone/5)
> * [ ] Null safety
> * [ ] Adding support for string arrays
### [v0.5.0](https://github.com/TeamWanari/rosetta/milestone/6)
> * [ ] Adding support for translaton context
> * [ ] Adding support for YAML localization files
**IMPORTANT:**
* Dart2 is required to use this package.
* This project is designed for Flutter applications only
Expand Down
5 changes: 5 additions & 0 deletions rosetta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.2.2+1

## Improvements:
* Revert minimum SDK version back to 2.6.0

# v0.2.2

## Improvements:
Expand Down
4 changes: 2 additions & 2 deletions rosetta/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: >-
Annotation library used to simplify localization
in Flutter. The library also uses a generator
dependency called "rosetta_generator".
version: 0.2.2
version: 0.2.2+1
authors:
- Adam Hosszu <edemlonger@gmail.com>
- Renato Kiss <renato.kiss.dev@gmail.com>
- Tamas Agocs <agta91@gmail.com>
homepage: https://github.com/TeamWanari/rosetta

environment:
sdk: ">=2.10.0 <3.0.0"
sdk: ">=2.6.0 <3.0.0"

#
# dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions rosetta_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.2.2+1

## Improvements:
* Revert minimum SDK version back to 2.6.0

# v0.2.2

## Improvements:
Expand Down
5 changes: 2 additions & 3 deletions rosetta_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: >-
Generator tool used with Rosetta annotations.
This generates the helper and delegate classes
for Flutter localizations.
version: 0.2.2
version: 0.2.2+1
homepage: https://github.com/TeamWanari/rosetta

environment:
sdk: ">=2.10.0 <3.0.0"
sdk: ">=2.6.0 <3.0.0"

dependencies:
build: ">=1.5.0 <1.7.0"
Expand All @@ -23,4 +23,3 @@ dependencies:

dev_dependencies:
build_runner: ">=1.8.0 <1.12.0"

0 comments on commit d1d6b72

Please sign in to comment.