Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev committed Jul 10, 2018
1 parent 359d242 commit c307822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
analyzer:
strong-mode:
# declaration-casts: False
implicit-casts: False
implicit-dynamic: False

Expand Down Expand Up @@ -64,7 +63,7 @@ linter:
- no_adjacent_strings_in_list
- no_duplicate_case_values
- non_constant_identifier_names
# - null_closures
- null_closures
- omit_local_variable_types
- one_member_abstracts
- only_throw_errors
Expand Down
1 change: 1 addition & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ targets:
- --omit-implicit-checks
dev_options:
dart2js_args:
- --categories=Server
- -DGLTF_VALIDATOR_DEBUG=true
build_web_compilers|entrypoint:
generate_for:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dev_dependencies:
test: '^1.2.0'

environment:
sdk: '>=2.0.0-dev.66.0 <2.0.0'
sdk: '>=2.0.0-dev.68.0 <2.0.0'

executables:
gltf_validator:

0 comments on commit c307822

Please sign in to comment.