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:
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