mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 01:37:07 -07:00
chore: Update flutter to 3.27 and updated packages
This commit is contained in:
parent
e607a6d19b
commit
a817d40463
24 changed files with 3848 additions and 5051 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// ignore_for_file: type=lint
|
||||
|
||||
import 'package:json_annotation/json_annotation.dart';
|
||||
import 'package:json_annotation/json_annotation.dart' as json;
|
||||
import 'package:collection/collection.dart';
|
||||
import 'dart:convert';
|
||||
|
||||
|
|
@ -30,7 +31,7 @@ abstract class JellyfinOpenApi extends ChopperService {
|
|||
ErrorConverter? errorConverter,
|
||||
Converter? converter,
|
||||
Uri? baseUrl,
|
||||
Iterable<dynamic>? interceptors,
|
||||
List<Interceptor>? interceptors,
|
||||
}) {
|
||||
if (client != null) {
|
||||
return _$JellyfinOpenApi(client);
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue