-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
27 changed files
with
924 additions
and
312 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Flutter", | ||
"request": "launch", | ||
"type": "dart" | ||
} | ||
] | ||
} |
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,9 +1,26 @@ | ||
## [0.1.0] - Spring. | ||
## [0.4.0] - Permanence. | ||
|
||
* Added `IQScreen` class that enable user to use a plyer as a screen. | ||
* Support `Html` & `Css` styles. | ||
* Fixed player bugs. | ||
* Enhance code logic. | ||
* Provide a dartdoc comments for all package. | ||
|
||
## [0.3.0-beta.1] - Frost. | ||
|
||
* Added `IQTheme` to customization your ui. | ||
* Fixed bugs with forward & backward. | ||
* Enhance code logic. | ||
|
||
## [0.2.1] - Storm. | ||
|
||
* Edit Readme file. | ||
|
||
## [0.2.0] - Storm. | ||
|
||
* Added `SubtitleProvider` class that enable user to use a subtitle from files, assets, network, string. | ||
* Added `IQParser` class to display subtitle data. | ||
* Added `SubtitleBloc` class to use with `IQParser`. | ||
|
||
## [0.1.0] - Spring. | ||
|
||
* Added `IQScreen` class that enable user to use a plyer as a screen. |
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
Oops, something went wrong.