Skip to content

Commit

Permalink
feat: only export Client from http
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 12, 2024
1 parent a6beae1 commit bb82711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/lib/http.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'dart:typed_data';

import 'http_memory.dart';

export 'package:http/http.dart';
export 'package:http/http.dart' show Client;
export 'package:tekartik_http/src/http.dart';
export 'package:tekartik_http/src/http_constant.dart';

Expand Down

0 comments on commit bb82711

Please sign in to comment.