File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## 1.0.6
2
11
3
12
** Fixes**
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add the following line to your `pubspec.yaml` file under the `dependencies` sect
28
28
29
29
``` yaml
30
30
dependencies :
31
- dart_ytmusic_api : ^1.0.6
31
+ dart_ytmusic_api : ^1.0.8
32
32
` ` `
33
33
34
34
Then, run ` flutter pub get` (for Flutter projects) or `dart pub get` (for general Dart projects) to install the package.
Original file line number Diff line number Diff line change 1
1
name : dart_ytmusic_api
2
2
description : Unofficial YouTube Music Api for dart
3
- version : 1.0.6
3
+ version : 1.0.8
4
4
repository : https://github.com/MusilyApp/dart_ytmusic_api.git
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments