Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Added camel case option
Browse files Browse the repository at this point in the history
  • Loading branch information
bratan committed Dec 11, 2021
1 parent b649c04 commit 9f739b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

## 2.0.0

- Null safety support
- Null safety support
-
## 2.1.0

- Added camel case option
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ Please file any issues, bugs or feature request [here](https://github.com/bratan

## License

This project is licensed under the [MIT License](https://github.com/bratan/flutter_translate_annotations/blob/master/LICENSE)

## Author
This Flutter package is developed by [Florin Bratan](https://github.com/bratan). You can contact me at <[email protected]>
This project is licensed under the [MIT License](https://github.com/bratan/flutter_translate_annotations/blob/master/LICENSE)
1 change: 1 addition & 0 deletions lib/src/case_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
titleCase,
lowerCase,
upperCase,
camelCase
}
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_translate_annotations
description: Defines the annotations used by flutter_translate_gen to create statically-typed localization keys.
version: 2.0.0
homepage: https://leadcode.dev
version: 2.1.0
homepage: https://bratan.me
repository: https://github.com/bratan/flutter_translate_annotations

environment:
Expand Down

0 comments on commit 9f739b9

Please sign in to comment.