diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fdb27..5a6da30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 1.2.6 * Allow `package_info_plus` versions `8.x` +* Remove direct dependency on `device_info_plus_platform_interface` (why was this there anyway?) ## 1.2.5 * Allow `package_info_plus` versions `7.x` diff --git a/pubspec.yaml b/pubspec.yaml index 2908249..df27806 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,7 +28,6 @@ environment: dependencies: device_info_plus: '>=9.0.0 <11.0.0' - device_info_plus_platform_interface: ^7.0.0 dio: ^5.0.1 flutter: sdk: flutter