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 ff0503f commit b90cdcaCopy full SHA for b90cdca
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: term_glyph
2
-version: 1.0.1
+version: 1.0.2-dev
3
4
description: Useful glyphs and Windows-safe equivalents.
5
author: Dart Team <misc@dartlang.org>
@@ -9,6 +9,6 @@ environment:
9
sdk: '>=1.8.0 <3.0.0'
10
11
dev_dependencies:
12
- csv: ^3.0.0
+ csv: '>=3.0.0 <5.0.0'
13
dart_style: '>=0.2.0 <2.0.0'
14
test: '>=0.12.0 <2.0.0'
0 commit comments