diff --git a/CHANGELOG.md b/CHANGELOG.md index 1756fee..35c6617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,8 @@ ## 2.0.0 -- Null safety support \ No newline at end of file +- Null safety support +- +## 2.1.0 + +- Added camel case option \ No newline at end of file diff --git a/README.md b/README.md index 444ab50..829cb5a 100644 --- a/README.md +++ b/README.md @@ -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 +This project is licensed under the [MIT License](https://github.com/bratan/flutter_translate_annotations/blob/master/LICENSE) \ No newline at end of file diff --git a/lib/src/case_style.dart b/lib/src/case_style.dart index ba841cf..f2eb6c5 100644 --- a/lib/src/case_style.dart +++ b/lib/src/case_style.dart @@ -3,4 +3,5 @@ titleCase, lowerCase, upperCase, + camelCase } diff --git a/pubspec.yaml b/pubspec.yaml index 4339012..4cbcc4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: