forked from terrabythia/dart_chromecast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pub.dev linter suggestions, first optimizations
- Loading branch information
terrabythia
committed
May 14, 2019
1 parent
be98efd
commit d9c4773
Showing
4 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import 'dart:async'; | ||
import 'dart:convert'; | ||
import 'dart:io'; | ||
import 'dart:typed_data'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
name: dart_chromecast | ||
version: 0.1.0 | ||
description: Cast videos to your ChromeCast device | ||
author: Sander Bruggeman <[email protected]> | ||
homepage: https://github.com/terrabythia/dart_chromecast | ||
|
||
environment: | ||
sdk: '>=2.0.0 <3.0.0' | ||
|
||
dependencies: | ||
protobuf: any | ||
http: any | ||
protobuf: ^0.13.11 | ||
http: ^0.12.0+2 | ||
cli_util: ^0.1.3+2 | ||
args: ^1.4.0 | ||
xml: ^3.0.0 | ||
observable: any | ||
observable: ^0.22.2 | ||
logging: ^0.11.3+2 |