diff --git a/.packages b/.packages new file mode 100644 index 0000000..17206af --- /dev/null +++ b/.packages @@ -0,0 +1,2 @@ +# Generated by pub on 2019-05-08 18:45:27.693774. +repository:lib/ diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 0000000..bb7a648 --- /dev/null +++ b/analysis_options.yaml @@ -0,0 +1,3 @@ +analyzer: + exclude: + - third_party diff --git a/pubspec.lock b/pubspec.lock new file mode 100644 index 0000000..0076448 --- /dev/null +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..07c0766 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,4 @@ +name: repository + +environment: + sdk: ">=2.3.0-dev.0.1 <3.0.0"