mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove references to the HTML renderer in public docs. (#158035)
Closes https://github.com/flutter/flutter/issues/157547.
This commit is contained in:
parent
29ff2e8c26
commit
abcdcee57a
@ -17,7 +17,7 @@ Thanks to that, the `FlutterTest` font generally provides more precise and font-
|
|||||||
|
|
||||||
**Example**
|
**Example**
|
||||||
|
|
||||||
You can expect this test to pass on all platforms (currently with the exception of the web HTML renderer):
|
You can expect this test to pass on all platforms:
|
||||||
|
|
||||||
```dart
|
```dart
|
||||||
final painter = TextPainter(
|
final painter = TextPainter(
|
||||||
|
@ -1413,9 +1413,7 @@ class ResizeImage extends ImageProvider<ResizeImageKey> {
|
|||||||
///
|
///
|
||||||
/// When a network image is used on the Web platform, the `getTargetSize`
|
/// When a network image is used on the Web platform, the `getTargetSize`
|
||||||
/// parameter of the [ImageDecoderCallback] is only supported when the
|
/// parameter of the [ImageDecoderCallback] is only supported when the
|
||||||
/// application is running with the CanvasKit renderer. When the application is
|
/// application is running with the CanvasKit renderer.
|
||||||
/// using the HTML renderer, the web engine delegates image decoding of network
|
|
||||||
/// images to the Web, which does not support custom decode sizes.
|
|
||||||
///
|
///
|
||||||
/// See also:
|
/// See also:
|
||||||
///
|
///
|
||||||
|
@ -508,9 +508,7 @@ class BackdropGroup extends InheritedWidget {
|
|||||||
/// [BlendMode.srcOver] which works well for most scenes. But that value may
|
/// [BlendMode.srcOver] which works well for most scenes. But that value may
|
||||||
/// produce surprising results when a parent of the [BackdropFilter] uses a
|
/// produce surprising results when a parent of the [BackdropFilter] uses a
|
||||||
/// temporary buffer, or save layer, as does an [Opacity] widget. In that
|
/// temporary buffer, or save layer, as does an [Opacity] widget. In that
|
||||||
/// situation, a value of [BlendMode.src] can produce more pleasing results,
|
/// situation, a value of [BlendMode.src] can produce more pleasing results.
|
||||||
/// but at the cost of incompatibility with some platforms, most notably the
|
|
||||||
/// html renderer for web applications.
|
|
||||||
/// {@endtemplate}
|
/// {@endtemplate}
|
||||||
///
|
///
|
||||||
/// Multiple backdrop filters can be combined into a single rendering operation
|
/// Multiple backdrop filters can be combined into a single rendering operation
|
||||||
|
@ -310,9 +310,7 @@ typedef ImageErrorWidgetBuilder = Widget Function(
|
|||||||
///
|
///
|
||||||
/// In the case where a network image is used on the Web platform, the
|
/// In the case where a network image is used on the Web platform, the
|
||||||
/// `cacheWidth` and `cacheHeight` parameters are only supported when the
|
/// `cacheWidth` and `cacheHeight` parameters are only supported when the
|
||||||
/// application is running with the CanvasKit renderer. When the application is
|
/// application is running with the CanvasKit renderer.
|
||||||
/// using the HTML renderer, the web engine delegates image decoding of network
|
|
||||||
/// images to the Web, which does not support custom decode sizes.
|
|
||||||
///
|
///
|
||||||
/// ## Custom image providers
|
/// ## Custom image providers
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user