mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-25 14:13:22 +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:
|
||||
Reference in New Issue
Block a user