Skip to content

Commit

Permalink
Minimal dart version upgraded to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Nov 25, 2024
1 parent 370f9a9 commit bb2dc8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"
flutter: ">=1.12.13+hotfix.6"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/dto/sku_details/sku_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class SkuDetailsWrapper {
Map<String, dynamic> toJson() => _$SkuDetailsWrapperToJson(this);

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
if (other.runtimeType != runtimeType) {
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: 'https://qonversion.io'
repository: 'https://github.com/qonversion/flutter-sdk'

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'
flutter: ">=1.10.0"

dependencies:
Expand Down

0 comments on commit bb2dc8d

Please sign in to comment.