commit | 49c860437d0d3cfb7c386bfe9b09c8f352b6f25e | [log] [tgz] |
---|---|---|
author | Felix Angelov <felangelov@gmail.com> | Wed Nov 20 22:05:05 2024 -0600 |
committer | Felix Angelov <felangelov@gmail.com> | Wed Nov 20 22:05:05 2024 -0600 |
tree | d31703cd5828d4286fd44ad21cdec49e23719b96 | |
parent | 7b5ef3bdf30a6576dc49cf2860147df066b4220c [diff] |
chore: adjust dart sdk constraint to ">=2.12.0 <4.0.0"
diff --git a/pubspec.yaml b/pubspec.yaml index 783bc5a..7760ec6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -9,7 +9,7 @@ funding: [https://github.com/sponsors/felangel] environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: collection: ^1.15.0