mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00

Hotkey support removed due to too much key_display_binding issue caused by window resize & re-renders
7 lines
170 B
Dart
7 lines
170 B
Dart
import 'package:dbus/dbus.dart';
|
|
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
|
|
|
final dbusClientProvider = Provider((ref) {
|
|
return DBusClient.session();
|
|
});
|