From 7fa5d808971204d86f8e556a323f42daff867bd5 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Wed, 14 Dec 2022 08:23:14 -0800 Subject: [PATCH] add link to website (#38273) --- lib/ui/painting.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/ui/painting.dart b/lib/ui/painting.dart index 891a18923b9f5..d32b570112bed 100644 --- a/lib/ui/painting.dart +++ b/lib/ui/painting.dart @@ -4151,8 +4151,8 @@ class ImageShader extends Shader { /// An instance of [FragmentProgram] creates [Shader] objects (as used by /// [Paint.shader]). /// -/// This API is in beta and does not yet work on web. -/// See https://github.com/flutter/flutter/projects/207 for roadmap. +/// For more information, see the website +/// [documentation]( https://docs.flutter.dev/development/ui/advanced/shaders). class FragmentProgram extends NativeFieldWrapperClass1 { @pragma('vm:entry-point') FragmentProgram._fromAsset(String assetKey) { @@ -4169,8 +4169,6 @@ class FragmentProgram extends NativeFieldWrapperClass1 { String? _debugName; - // TODO(zra): Document custom shaders on the website and add a link to it - // here. https://github.com/flutter/flutter/issues/107929. /// Creates a fragment program from the asset with key [assetKey]. /// /// The asset must be a file produced as the output of the `impellerc`