Skip to content

Commit

Permalink
add dart project at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleak committed May 8, 2019
1 parent dbb8c3d commit f49738b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Generated by pub on 2019-05-08 18:45:27.693774.
repository:lib/
3 changes: 3 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
analyzer:
exclude:
- third_party
5 changes: 5 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Generated by pub
# See https://www.dartlang.org/tools/pub/glossary#lockfile
packages: {}
sdks:
dart: ">=2.3.0-dev.0.1 <3.0.0"
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: repository

environment:
sdk: ">=2.3.0-dev.0.1 <3.0.0"

0 comments on commit f49738b

Please sign in to comment.