Skip to content

Commit a62f5b3

Browse files
authored
Create a single top-level lib file. (#858)
1 parent 57c53b0 commit a62f5b3

File tree

7 files changed

+1213
-1128
lines changed

7 files changed

+1213
-1128
lines changed

pkgs/cupertino_http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0
2+
3+
* Restructure `package:cupertino_http` to offer a single `import`.
4+
15
## 0.0.11
26

37
* Fix a bug where the images in the example would be loaded using `dart:io`

pkgs/cupertino_http/example/integration_test/client_conformance_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:cupertino_http/cupertino_client.dart';
65
import 'package:cupertino_http/cupertino_http.dart';
76
import 'package:flutter_test/flutter_test.dart';
87
import 'package:http_client_conformance_tests/http_client_conformance_tests.dart';

pkgs/cupertino_http/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'dart:convert';
66
import 'dart:io';
77

88
import 'package:cached_network_image/cached_network_image.dart';
9-
import 'package:cupertino_http/cupertino_client.dart';
9+
import 'package:cupertino_http/cupertino_http.dart';
1010
import 'package:flutter/material.dart';
1111
import 'package:http/http.dart';
1212

0 commit comments

Comments
 (0)