From 1c9848dcedbe3ad29d02933d690af7834bb2496a Mon Sep 17 00:00:00 2001 From: shilangyu Date: Mon, 31 Aug 2020 23:22:09 +0200 Subject: [PATCH] ignore .vscode and update lock file --- .gitignore | 2 +- pubspec.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 1ba9c33..3e9471c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ diff --git a/pubspec.lock b/pubspec.lock index 85791d3..0f5edce 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -244,13 +244,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.13.2" - flutter_mobx: - dependency: "direct main" - description: - name: flutter_mobx - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.0+2" flutter_markdown: dependency: "direct main" description: @@ -258,6 +251,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.4.3" + flutter_mobx: + dependency: "direct main" + description: + name: flutter_mobx + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.0+2" flutter_test: dependency: "direct dev" description: flutter