-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c39e5a
commit 40feabf
Showing
8 changed files
with
35 additions
and
25 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,7 +1,20 @@ | ||
## 0.0.2 | ||
|
||
* Small fix in example. | ||
|
||
## 0.0.1+3 | ||
|
||
* Adds option to specify the port in which streaming server starts. See [[TorrentStreamerOptions]]. | ||
* Changes default value of `removeFilesAfterStop` to false. | ||
* URL encodes torrent streaming url. | ||
* Few bug fixes to streaming. | ||
* Updated README with instructions to add proguard rules. | ||
* Fixes `Xlint:unchecked` warning during compile. | ||
|
||
## 0.0.1+2 | ||
|
||
* Adds pub badge | ||
* Adds pub badge. | ||
|
||
## 0.0.1+1 | ||
|
||
* Adds android support for streaming torrents | ||
* Adds android support for streaming torrents. |
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
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,16 +1,4 @@ | ||
# flutter_torrent_streamer_example | ||
# Torrent Streamer Example | ||
|
||
Demonstrates how to use the flutter_torrent_streamer plugin. | ||
Demonstrates how to use the flutter_torrent_streamer plugin in more detail. | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
|
||
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) | ||
|
||
For help getting started with Flutter, view our | ||
[online documentation](https://flutter.dev/docs), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. |
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,6 +1,6 @@ | ||
name: flutter_torrent_streamer | ||
description: A flutter plugin to stream videos directly from torrent/magnet links. | ||
version: 0.0.1+2 | ||
version: 0.0.2 | ||
author: Sundeep Babbur <[email protected]> | ||
homepage: https://github.com/DarkSouL11/flutter_torrent_streamer | ||
|
||
|