Skip to content

Commit

Permalink
chore: Update Dart SDK version constraint (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter authored Sep 8, 2024
1 parent adc914a commit 239c090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ funding:
- https://patreon.com/bluefireoss

environment:
sdk: '>=2.14.0 <4.0.0'
sdk: '>=3.4.0 <4.0.0'

dev_dependencies:
coverage: ^1.8.0
Expand Down
2 changes: 1 addition & 1 deletion test/comparable_object.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ComparableObject extends Comparable<ComparableObject> {
class ComparableObject implements Comparable<ComparableObject> {
int priority;
String name;

Expand Down

0 comments on commit 239c090

Please sign in to comment.