mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
Implement support for searching.
This commit is contained in:
parent
abb6f6e71c
commit
45dcedf2ef
27 changed files with 2237 additions and 2 deletions
|
@ -2,10 +2,15 @@
|
|||
README.md
|
||||
analysis_options.yaml
|
||||
doc/ChannelInfo.md
|
||||
doc/ChannelItem.md
|
||||
doc/Comment.md
|
||||
doc/CommentsPage.md
|
||||
doc/ExceptionError.md
|
||||
doc/PlaylistItem.md
|
||||
doc/Regions.md
|
||||
doc/SearchFilter.md
|
||||
doc/SearchItem.md
|
||||
doc/SearchPage.md
|
||||
doc/Stream.md
|
||||
doc/StreamItem.md
|
||||
doc/StreamsPage.md
|
||||
|
@ -23,11 +28,16 @@ lib/src/auth/bearer_auth.dart
|
|||
lib/src/auth/oauth.dart
|
||||
lib/src/date_serializer.dart
|
||||
lib/src/model/channel_info.dart
|
||||
lib/src/model/channel_item.dart
|
||||
lib/src/model/comment.dart
|
||||
lib/src/model/comments_page.dart
|
||||
lib/src/model/date.dart
|
||||
lib/src/model/exception_error.dart
|
||||
lib/src/model/playlist_item.dart
|
||||
lib/src/model/regions.dart
|
||||
lib/src/model/search_filter.dart
|
||||
lib/src/model/search_item.dart
|
||||
lib/src/model/search_page.dart
|
||||
lib/src/model/stream.dart
|
||||
lib/src/model/stream_item.dart
|
||||
lib/src/model/streams_page.dart
|
||||
|
@ -35,5 +45,8 @@ lib/src/model/subtitle.dart
|
|||
lib/src/model/video_info.dart
|
||||
lib/src/serializers.dart
|
||||
pubspec.yaml
|
||||
test/comment_test.dart
|
||||
test/comments_page_test.dart
|
||||
test/channel_item_test.dart
|
||||
test/playlist_item_test.dart
|
||||
test/search_filter_test.dart
|
||||
test/search_item_test.dart
|
||||
test/search_page_test.dart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue