mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* use HttpOverrides and dart:io HttpClient in flutter * add missing package:http dependency * update flutter packages and remove comment about createHttpClient from flutter_test * move byte loading logic to common class, move string parsing logic to base class * addAll doesn't work for a Uint8List * use bytes.setRange * undo addition to hello_world * add newline to end of binding.dart * and a newline for hello world * refactor to function and add tests * address comments on unknown length case * alignment * sort alaphabetically * rename convertResponse to consolidateClientHttpClientResponseBytes. Add header * fix alignment in test
19 lines
638 B
YAML
19 lines
638 B
YAML
name: flutter_view
|
|
description: A new flutter project.
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
collection: 1.14.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
|
meta: 1.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
|
typed_data: 1.1.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
|
vector_math: 2.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/flutter-mark-square-64.png
|
|
|
|
# PUBSPEC CHECKSUM: 6b9e
|