Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions packages/package_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0

* Update package_info_plus to 10.2.1.
* Update package_info_plus_platform_interface to 4.1.0.
* Update minimum Flutter and Dart version to 3.38.1 and 3.10.

## 1.1.2

* Add an `implements` entry to the pubspec to improve discoverability on pub.dev.
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: ^9.0.1
package_info_plus_tizen: ^1.1.2
package_info_plus: ^10.2.1
package_info_plus_tizen: ^1.2.0
```

Then you can import `package_info_plus` in your Dart code.
Expand Down
6 changes: 3 additions & 3 deletions packages/package_info_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version: 1.2.3+4
publish_to: "none"

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ^3.10.0
flutter: ">=3.38.1"

dependencies:
flutter:
sdk: flutter
package_info_plus: ^9.0.1
package_info_plus: ^10.2.1
package_info_plus_tizen:
path: ../

Expand Down
8 changes: 4 additions & 4 deletions packages/package_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ 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/main/packages/package_info_plus
version: 1.1.2
version: 1.2.0

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ^3.10.0
flutter: ">=3.38.1"

flutter:
plugin:
Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
package_info_plus_platform_interface: ^3.2.1
package_info_plus_platform_interface: ^4.1.0

dev_dependencies:
flutter_lints: ^5.0.0
Loading