Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

构建失败 #14

Closed
sis-tangyuan opened this issue Sep 24, 2021 · 1 comment
Closed

构建失败 #14

sis-tangyuan opened this issue Sep 24, 2021 · 1 comment

Comments

@sis-tangyuan
Copy link

Error: A value of type 'Future Function(Uri, String, String)?' can't be assigned to a variable of type 'Future Function(Uri, String, String?)?' because 'String?' is nullable and 'String' isn't.

  • 'Future' is from 'dart:async'.
  • 'Uri' is from 'dart:core'.
    nativeHttpClient.authenticate = f;
    Error: A value of type 'Future Function(String, int, String, String)?' can't be assigned to a variable of type 'Future Function(String, int, String, String?)?' because 'String?' is nullable and 'String' isn't.
  • 'Future' is from 'dart:async'.
    nativeHttpClient.authenticateProxy = f;
@cnryb
Copy link
Member

cnryb commented Sep 26, 2021

kraken 还没有对 flutter 2.5.x 进行支持,请使用 flutter 2.2.x 进行构建测试。
关于 kraken 对 flutter 2.5.x 的支持进展,请关注 openkraken/kraken#703

@cnryb cnryb closed this as completed Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants