From 04c44be2d9bc1835f6eb7f53f77dfdf31193728e Mon Sep 17 00:00:00 2001 From: weiqiangliu Date: Thu, 5 May 2022 14:41:14 +0800 Subject: [PATCH 1/8] change readme and license --- .gitignore | 13 +++++++++++++ .idea/runConfigurations.xml | 10 ---------- .idea/workspace.xml | 10 +++++++++- LICENSE | 2 +- README.md | 4 ++-- example/pubspec.lock | 6 +++--- pubspec.lock | 6 +++--- 7 files changed, 31 insertions(+), 20 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/runConfigurations.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40d92b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.DS_Store +.dart_tool/ + +.packages +.pub/ + +build/ + +.idea/workspace.xml +.idea +## Directory-based project format: +.idea/ +.idea/* \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2a7a28d..344415d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,20 @@