Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from domesticmouse/master
Browse files Browse the repository at this point in the history
Updating tutorial samples to Dart v2
  • Loading branch information
kwalrath authored Jul 2, 2019
2 parents 7e51aa2 + d51ec4a commit 8c0059a
Show file tree
Hide file tree
Showing 149 changed files with 8,788 additions and 426 deletions.
9 changes: 9 additions & 0 deletions anagram/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Files and directories created by pub
.dart_tool/
.packages

# Conventional directory for build outputs
build/

# Directory created by dartdoc
doc/api/
8 changes: 8 additions & 0 deletions anagram/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Defines a default set of lint rules enforced for
# projects at Google. For details and rationale,
# see https://github.com/dart-lang/pedantic#enabled-lints.
include: package:pedantic/analysis_options.yaml

linter:
rules:
- omit_local_variable_types
Loading

0 comments on commit 8c0059a

Please sign in to comment.