Skip to content

Commit 55fd6e4

Browse files
update to 1.0.8
1 parent a08e448 commit 55fd6e4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.8
2+
**Fixes**
3+
- Fix search method: fixed search method returns empty results.
4+
5+
## 1.0.7
6+
7+
- **Fixes**
8+
- Some songs were not found.
9+
110
## 1.0.6
211

312
**Fixes**

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add the following line to your `pubspec.yaml` file under the `dependencies` sect
2828

2929
```yaml
3030
dependencies:
31-
dart_ytmusic_api: ^1.0.6
31+
dart_ytmusic_api: ^1.0.8
3232
```
3333
3434
Then, run `flutter pub get` (for Flutter projects) or `dart pub get` (for general Dart projects) to install the package.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_ytmusic_api
22
description: Unofficial YouTube Music Api for dart
3-
version: 1.0.6
3+
version: 1.0.8
44
repository: https://github.com/MusilyApp/dart_ytmusic_api.git
55

66
environment:

0 commit comments

Comments
 (0)