Skip to content

Commit

Permalink
changed dart sdk lower bound to 3.5 so we can use syntactic features …
Browse files Browse the repository at this point in the history
…from that version
  • Loading branch information
dave-doty committed Dec 9, 2024
1 parent b45ed4b commit 92cd061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A web-based scriptable cadnano (see https://cadnano.org/ for origin
#author: David Doty <[email protected]>

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'

dependencies:
analyzer: ^6.8.0
Expand Down

0 comments on commit 92cd061

Please sign in to comment.