We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4c281 commit 7489cd0Copy full SHA for 7489cd0
CHANGELOG.md
@@ -44,4 +44,9 @@ Add `toCsv` method. Improve method documentation. Remove the rather pointless `s
44
- Update dart sdk to >=2.13.0 <=3.3.1
45
46
# 0.1.5
47
-- Update dart sdk to >=2.13.0 <=3.3.3
+
48
+- Update dart sdk to >=2.13.0 <=3.3.3
49
50
+# 0.1.6
51
52
+- Update dart sdk to >=2.13.0 <4.0.0
pubspec.yaml
@@ -1,10 +1,10 @@
1
name: koala
2
description: A poor man's version of a pandas Dataframe. Collect, access & manipulate related data.
3
repository: https://github.com/w2sv/koala
4
-version: 0.1.5
+version: 0.1.6
5
6
environment:
7
- sdk: '>=2.13.0 <=3.3.3'
+ sdk: '>=2.13.0 <4.0.0'
8
9
dependencies:
10
collection: ^1.16.0
0 commit comments