init package

This commit is contained in:
Sergey Penkovsky
2020-06-27 06:44:46 +03:00
parent 170abdee66
commit 3ad95b03ea
3 changed files with 33 additions and 0 deletions

3
example/bin/main.dart Normal file
View File

@@ -0,0 +1,3 @@
main() {
print("Hello world");
}

14
example/pubspec.yaml Normal file
View File

@@ -0,0 +1,14 @@
name: example
version: 1.0.0
author: "Sergey Penkovsky <sergey.penkovsky@gmail.com>"
homepage:
environment:
sdk: ">=2.2.0 <3.0.0"
dependencies:
dart_di:
path: ../
dev_dependencies:

16
pubspec.yaml Normal file
View File

@@ -0,0 +1,16 @@
name: dart_di
description: Experimental Dependency Injection library.
version: 0.0.1
author: Sergey Penkovsky <sergey.penkovsky@gmail.com>
homepage:
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
meta: ^1.1.8
dev_dependencies:
test: ^1.14.3
mockito: ^4.1.1%