feat: Enable native imaging for web
This commit is contained in:
parent
55705942ef
commit
6e87353e08
5 changed files with 14 additions and 9 deletions
|
|
@ -122,7 +122,8 @@ abstract class ClientManager {
|
|||
AuthenticationTypes.sso,
|
||||
},
|
||||
nativeImplementations: nativeImplementations,
|
||||
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
||||
customImageResizer:
|
||||
PlatformInfos.isMobile || kIsWeb ? customImageResizer : null,
|
||||
defaultNetworkRequestTimeout: const Duration(minutes: 30),
|
||||
enableDehydratedDevices: true,
|
||||
shareKeysWith: ShareKeysWith.values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue