Unverified Commit 33c66335 authored by Seth Ladd's avatar Seth Ladd Committed by GitHub

docs to redirect a user to dart:io.HttpClientOverrides (#13465)

parent aedee0df
......@@ -5,7 +5,10 @@
import 'package:flutter/foundation.dart';
import 'package:http/http.dart' as http;
/// Create a new [http.Client] object.
/// (Deprecated, use [dart:io.HttpClientOverrides]) Create a new [http.Client] object.
///
/// We recommend [dart:io.HttpClientOverrides] instead of this function. Flutter
/// will soon use [dart:io.HttpClient].
///
/// This can be set to a new function to override the default logic for creating
/// HTTP clients, for example so that all logic in the framework that triggers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment