Skip to content

Commit

Permalink
Web sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Nov 2, 2023
1 parent 1eedd06 commit 600e119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/flutter_http_example/lib/http_client_factory_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:http/http.dart';
import 'package:fetch_client/fetch_client.dart';
import 'package:http/http.dart';

Client httpClient() => FetchClient(mode: RequestMode.cors);

0 comments on commit 600e119

Please sign in to comment.