Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb2dc8d

Browse filesBrowse files
committed
Minimal dart version upgraded to 2.14
1 parent 370f9a9 commit bb2dc8d
Copy full SHA for bb2dc8d

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎example/pubspec.yaml

Copy file name to clipboardExpand all lines: example/pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish_to: 'none'
66
version: 1.0.0
77

88
environment:
9-
sdk: ">=2.12.0 <3.0.0"
9+
sdk: ">=2.14.0 <3.0.0"
1010
flutter: ">=1.12.13+hotfix.6"
1111

1212
dependencies:

‎lib/src/dto/sku_details/sku_details.dart

Copy file name to clipboardExpand all lines: lib/src/dto/sku_details/sku_details.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class SkuDetailsWrapper {
108108
Map<String, dynamic> toJson() => _$SkuDetailsWrapperToJson(this);
109109

110110
@override
111-
bool operator ==(dynamic other) {
111+
bool operator ==(Object other) {
112112
if (other.runtimeType != runtimeType) {
113113
return false;
114114
}

‎pubspec.yaml

Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: 'https://qonversion.io'
55
repository: 'https://github.com/qonversion/flutter-sdk'
66

77
environment:
8-
sdk: '>=2.12.0 <3.0.0'
8+
sdk: '>=2.14.0 <3.0.0'
99
flutter: ">=1.10.0"
1010

1111
dependencies:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.