Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package_info_plus] upgrade package info plus dependencies #691

Merged
merged 4 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/package_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## NEXT

* Update minimum Flutter and Dart version to 3.13 and 3.1.
JSUYA marked this conversation as resolved.
Show resolved Hide resolved
JSUYA marked this conversation as resolved.
Show resolved Hide resolved

## 1.0.4

* Update package_info_plus to 8.0.0.
* Update package_info_plus_platform_interface to 3.0.0.
mhoeckner marked this conversation as resolved.
Show resolved Hide resolved

## 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
Loading