From b6a4b86b19554bd0d1c3793d59d6072049086783 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Mon, 26 Apr 2021 14:19:46 +0300 Subject: [PATCH] fixed pubspec --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 7c72415..d99258c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,8 @@ description: Experimental Dependency Injection library. version: 0.1.0 homepage: https://github.com/pese-git/dart_di documentation: https://github.com/pese-git/dart_di/doc +repository: https://github.com/pese-git/dart_di +issue_tracker: https://github.com/pese-git/dart_di/issues environment: sdk: ">=2.12.0 <3.0.0"