Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 40f70ea

Browse files
committed
Updated links and notes
1 parent 31786f4 commit 40f70ea

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2019 Florin Bratan
4-
Website: https://leadcode.dev
3+
Copyright (c) 2022 Jesway Labs
4+
Website: https://jesway.com
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1919
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2020
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
SOFTWARE.
22+
SOFTWARE.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# flutter_translate_gen
22

33
[![pub package](https://img.shields.io/pub/v/flutter_translate_gen.svg?color=important)](https://pub.dev/packages/flutter_translate_gen)
4-
[![License: MIT](https://img.shields.io/badge/License-MIT-ff69b4.svg)](https://github.com/bratan/flutter_translate/blob/master/LICENSE)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-ff69b4.svg)](https://github.com/Jesway/Flutter-Translate/blob/master/LICENSE)
55
[![Flutter.io](https://img.shields.io/badge/Flutter-Website-deepskyblue.svg)](https://flutter.io/)
66

7-
Statically-typed localization keys generator for [flutter translate](https://github.com/bratan/flutter_translate)
7+
Statically-typed localization keys generator for [flutter translate](https://github.com/Jesway/Flutter-Translate)
88

9-
Please [check this wiki page](https://github.com/bratan/flutter_translate/wiki/3.-Generating-statically-typed-localization-keys) for documentation on how to generate static localization keys.
9+
Please [check this wiki page](https://github.com/Jesway/Flutter-Translate/wiki/3.-Generating-statically-typed-localization-keys) for documentation on how to generate static localization keys.
1010

11-
And [here you can find](https://github.com/bratan/flutter_translate/tree/master/example_static_keys) a fully working example.
11+
And [here you can find](https://github.com/Jesway/Flutter-Translate/tree/master/example_static_keys) a fully working example.
1212

1313
## Issues
14-
Please file any issues, bugs or feature request [here](https://github.com/bratan/flutter_translate_gen/issues).
14+
Please file any issues, bugs or feature request [here](https://github.com/Jesway/Flutter-Translate-Gen/issues).
1515

1616
## License
1717

18-
This project is licensed under the [MIT License](https://github.com/bratan/flutter_translate_gen/blob/master/LICENSE)
18+
This project is licensed under the [MIT License](https://github.com/Jesway/Flutter-Translate-Gen/blob/master/LICENSE)

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: flutter_translate_gen
22
description: Statically-typed localization keys generator for flutter_translate.
33
version: 2.2.0
4-
homepage: https://leadcode.dev
5-
repository: https://github.com/bratan/flutter_translate_gen
4+
homepage: https://jesway.com
5+
repository: https://github.com/Jesway/Flutter-Translate-Gen
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)