• Todd Volkert's avatar
    Prepare for Uint8List SDK breaking change · 2dba367a
    Todd Volkert 提交于
    A recent change to the Dart SDK updated `HttpClientResponse`
    to implement `Stream<Uint8List>` rather than implementing
    `Stream<List<int>>`.
    
    This forwards-compatible chnage updates calls to
    `Stream.transform(StreamTransformer)` to instead call the
    functionally equivalent `StreamTransformer.bind(Stream)`
    API, which puts the stream in a covariant position and
    thus causes the SDK change to be non-breaking.
    
    https://github.com/dart-lang/sdk/issues/36900
    2dba367a
名称
最后提交
最后更新
..
auth_by_qr_code_page.dart 正在载入提交数据...
launch_mini_program_page.dart 正在载入提交数据...
main.dart 正在载入提交数据...
pay_page.dart 正在载入提交数据...
send_auth.dart 正在载入提交数据...
share_image_page.dart 正在载入提交数据...
share_mini_program.dart 正在载入提交数据...
share_music.dart 正在载入提交数据...
share_text_image.dart 正在载入提交数据...
share_video_page.dart 正在载入提交数据...
share_web_page.dart 正在载入提交数据...
sign_auto_deduct_page.dart 正在载入提交数据...
subscribe_message_page.dart 正在载入提交数据...