Skip to content

Commit

Permalink
* Bump dependencies. * Update codecov URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamnhan066 committed Oct 4, 2023
1 parent 3560000 commit 95d9887
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.1

* Bump dependencies.
* Update codecov URL.

## 0.7.0

* Add `syncWithDevice` parameter to sync the language with the device language, auto apply on changed.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Language Helper
[![codecov](https://codecov.io/gh/vnniz/language_helper/graph/badge.svg?token=AIGGNCGOVR)](https://codecov.io/gh/vnniz/language_helper)
[![codecov](https://codecov.io/gh/lamnhan066/language_helper/graph/badge.svg?token=AIGGNCGOVR)](https://codecov.io/gh/lamnhan066/language_helper)

Make it easier for you to implement multiple languages into your app with minimal effort.

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: language_helper
description: Make it easier for you to implement multiple languages into your app.
version: 0.7.0
version: 0.7.1
homepage: https://github.com/vnniz/language_helper

environment:
Expand All @@ -13,14 +13,14 @@ dependencies:
flutter_localizations:
sdk: flutter
language_code: ^0.3.0
language_helper_generator: ^0.2.0
shared_preferences: ^2.2.0
language_helper_generator: ^0.2.2
shared_preferences: ^2.2.1
args: ^2.4.2

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
flutter_lints: ^2.0.3

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit 95d9887

Please sign in to comment.