Skip to content

Commit

Permalink
[package_info_plus] upgrade package info plus dependencies (#691)
Browse files Browse the repository at this point in the history
Co-authored-by: JunsuChoi <[email protected]>
  • Loading branch information
mhoeckner and JSUYA authored Jun 19, 2024
1 parent 4721c7d commit c5b04a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion packages/package_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## NEXT
## 1.0.4

* Update minimum Flutter and Dart version to 3.13 and 3.1.
* Update package_info_plus to 8.0.0.
* Update package_info_plus_platform_interface to 3.0.0.

## 1.0.3

Expand Down
4 changes: 2 additions & 2 deletions packages/package_info_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This package is not an _endorsed_ implementation of `package_info_plus`. Therefo

```yaml
dependencies:
package_info_plus: ^4.0.1
package_info_plus_tizen: ^1.0.3
package_info_plus: ^8.0.0
package_info_plus_tizen: ^1.0.4
```
Then you can import `package_info_plus` in your Dart code.
Expand Down
2 changes: 1 addition & 1 deletion packages/package_info_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
package_info_plus: ^4.0.1
package_info_plus: ^8.0.0
package_info_plus_tizen:
path: ../

Expand Down
4 changes: 2 additions & 2 deletions packages/package_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: package_info_plus_tizen
description: Tizen implementation of the package_info_plus plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/package_info_plus
version: 1.0.3
version: 1.0.4

environment:
sdk: ">=3.1.0 <4.0.0"
Expand All @@ -18,7 +18,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
package_info_plus_platform_interface: ^2.0.1
package_info_plus_platform_interface: ^3.0.0

dev_dependencies:
flutter_lints: ^2.0.1

0 comments on commit c5b04a8

Please sign in to comment.