Skip to content

Commit

Permalink
great
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Dec 26, 2024
1 parent 3b9f22a commit 536da90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.19.0"
"flutter": "3.27.0"
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dart.flutterSdkPath": ".fvm\\versions\\3.19.0"
"dart.flutterSdkPath": ".fvm\\versions\\3.27.0"
}
1 change: 1 addition & 0 deletions lib/src/utils/reference_resolver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ cb.Reference typeReference(DartType type, TypeSystem typeSystem,
})
..isNullable = forceNullable || typeSystem.isNullable(type));
} else {
// ignore: deprecated_member_use
return cb.refer(type.getDisplayString(withNullability: true),
_typeImport(type.element));
}
Expand Down

0 comments on commit 536da90

Please sign in to comment.