This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4151,8 +4151,8 @@ class ImageShader extends Shader {
4151
4151
/// An instance of [FragmentProgram] creates [Shader] objects (as used by
4152
4152
/// [Paint.shader] ).
4153
4153
///
4154
- /// This API is in beta and does not yet work on web.
4155
- /// See https://github.com/ flutter/flutter/projects/207 for roadmap .
4154
+ /// For more information, see the website
4155
+ /// [documentation] ( https://docs. flutter.dev/development/ui/advanced/shaders) .
4156
4156
class FragmentProgram extends NativeFieldWrapperClass1 {
4157
4157
@pragma ('vm:entry-point' )
4158
4158
FragmentProgram ._fromAsset (String assetKey) {
@@ -4169,8 +4169,6 @@ class FragmentProgram extends NativeFieldWrapperClass1 {
4169
4169
4170
4170
String ? _debugName;
4171
4171
4172
- // TODO(zra): Document custom shaders on the website and add a link to it
4173
- // here. https://github.com/flutter/flutter/issues/107929.
4174
4172
/// Creates a fragment program from the asset with key [assetKey] .
4175
4173
///
4176
4174
/// The asset must be a file produced as the output of the `impellerc`
You can’t perform that action at this time.
0 commit comments