refactor: extract shared mixins and helpers, drop dead abstractions
Introduces shared seams for paginated views, D-pad reorder, media control routing, async singletons and the device method channel, then points the open-coded copies at them. Also removes unused models and duplicated provider/server plumbing, folds the twice-implemented artifact store in the server, and factors the repeated Flutter toolchain prologue in CI into a composite action.
This commit is contained in:
@@ -33,6 +33,7 @@ import 'package:plezy/utils/media_server_http_client.dart';
|
||||
import 'package:plezy/utils/active_client_scope.dart';
|
||||
import 'package:saf_util/saf_util_platform_interface.dart';
|
||||
|
||||
import '../test_helpers/download_fixtures.dart';
|
||||
import '../test_helpers/io_fakes.dart';
|
||||
import '../test_helpers/prefs.dart';
|
||||
import '../test_helpers/media_items.dart';
|
||||
|
||||
Reference in New Issue
Block a user