mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
init package
This commit is contained in:
3
example/bin/main.dart
Normal file
3
example/bin/main.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
main() {
|
||||
print("Hello world");
|
||||
}
|
||||
14
example/pubspec.yaml
Normal file
14
example/pubspec.yaml
Normal 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
16
pubspec.yaml
Normal 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%
|
||||
Reference in New Issue
Block a user