Skip to content

Commit

Permalink
chore: update spotify package
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Apr 15, 2023
1 parent 5855820 commit bd3b7f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/pages/player/player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:go_router/go_router.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';

import 'package:spotify/spotify.dart';
import 'package:spotify/spotify.dart' hide Offset;
import 'package:spotube/collections/assets.gen.dart';
import 'package:spotube/collections/spotube_icons.dart';
import 'package:spotube/components/player/player_actions.dart';
Expand Down
11 changes: 5 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1490,12 +1490,11 @@ packages:
spotify:
dependency: "direct main"
description:
path: "."
ref: "9e8ef4556942d42d74874de5491253156e7e6f43"
resolved-ref: "9e8ef4556942d42d74874de5491253156e7e6f43"
url: "https://github.com/rinukkusu/spotify-dart"
source: git
version: "0.9.0"
name: spotify
sha256: c7c3f157f052143f713477bd5a764b080a0023ed084428bd0cf5a9e3bc260cc6
url: "https://pub.dev"
source: hosted
version: "0.11.0"
sqflite:
dependency: transitive
description:
Expand Down
5 changes: 1 addition & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ dependencies:
sidebarx: ^0.15.0
simple_circular_progress_bar: ^1.0.2
skeleton_text: ^3.0.0
spotify:
git:
url: https://github.com/rinukkusu/spotify-dart
ref: 9e8ef4556942d42d74874de5491253156e7e6f43
spotify: ^0.11.0
system_theme: ^2.1.0
titlebar_buttons: ^1.0.0
tuple: ^2.0.1
Expand Down

0 comments on commit bd3b7f9

Please sign in to comment.