-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Just documentation
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import "transmission_rpc.dart"; | ||
import "package:unittest/unittest.dart"; | ||
|
||
|
||
main(){ | ||
|
||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/arcas/.pub-cache/hosted/pub.dartlang.org/matcher-0.11.1/lib |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/arcas/.pub-cache/hosted/pub.dartlang.org/path-1.3.0/lib |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/arcas/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.1.1/lib |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/arcas/.pub-cache/hosted/pub.dartlang.org/unittest-0.11.1+1/lib |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Generated by pub | ||
# See http://pub.dartlang.org/doc/glossary.html#lockfile | ||
packages: {} | ||
packages: | ||
matcher: | ||
description: matcher | ||
source: hosted | ||
version: "0.11.1" | ||
path: | ||
description: path | ||
source: hosted | ||
version: "1.3.0" | ||
stack_trace: | ||
description: stack_trace | ||
source: hosted | ||
version: "1.1.1" | ||
unittest: | ||
description: unittest | ||
source: hosted | ||
version: "0.11.1+1" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
name: Transmission_RPC | ||
name: transmission_rcp | ||
version: 0.0.1 | ||
author: Alvaro Arcas Garcia | ||
author: Alvaro Arcas Garcia <[email protected]> | ||
description: Implementation of the transmission rpc protocol in dart | ||
homepage: https://github.com/arcas0803/Transmission_RCP | ||
environment: | ||
sdk: 1.8.0 | ||
dependencies: | ||
unittest: ">=0.11.1+1 <0.12.0" |