From f49738b2837dfaee63d3fda886b527d6fb21d985 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 8 May 2019 18:46:35 +0200 Subject: [PATCH] add dart project at the top --- .packages | 2 ++ analysis_options.yaml | 3 +++ pubspec.lock | 5 +++++ pubspec.yaml | 4 ++++ 4 files changed, 14 insertions(+) create mode 100644 .packages create mode 100644 analysis_options.yaml create mode 100644 pubspec.lock create mode 100644 pubspec.yaml 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"