From fda92de9b78b906593bd069bba0f7546a07e28b3 Mon Sep 17 00:00:00 2001 From: Vui TV Date: Tue, 22 Mar 2022 09:20:18 +0700 Subject: [PATCH] init add logging --- .idea/vcs.xml | 6 ++++++ pubspec.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f9cea85..c00b0fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,10 +2,10 @@ name: vuitv description: A Utils Dart package. version: 0.0.1+1 -homepage: https://vuitv.dev -repository: -issue_tracker: -documentation: +homepage: https://github.com/vuitv/flutter +repository: https://github.com/vuitv/flutter.git +issue_tracker: https://github.com/vuitv/flutter/issues +documentation: https://github.com/vuitv/flutter environment: sdk: ">=2.16.0 <3.0.0"