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 c684887 commit 5dd4e8bCopy full SHA for 5dd4e8b
.travis.yml
@@ -8,6 +8,7 @@ cache:
8
- $HOME/.pub-cache
9
dart_task:
10
- test: --platform vm
11
+ - test: --platform firefox
12
- test: --platform dartium
13
install_dartium: true
14
- dartanalyzer
.analysis_options analysis_options.yaml.analysis_options renamed to analysis_options.yaml
pubspec.yaml
@@ -1,11 +1,11 @@
1
name: convert
2
-version: 2.0.1
+version: 2.0.2-dev
3
description: Utilities for converting between data representations.
4
author: Dart Team <[email protected]>
5
homepage: https://github.com/dart-lang/convert
6
7
environment:
- sdk: '>=1.17.0-dev.6.2 <2.0.0'
+ sdk: '>=1.17.0 <2.0.0-dev.infinity'
dependencies:
charcode: '^1.1.0'
0 commit comments