Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter web error #4

Open
JAYDARANIYA opened this issue Oct 11, 2020 · 0 comments
Open

Flutter web error #4

JAYDARANIYA opened this issue Oct 11, 2020 · 0 comments

Comments

@JAYDARANIYA
Copy link

GradientText( "Demo Text", style: new TextStyle( fontSize: width * 0.18, fontWeight: FontWeight.bold, fontFamily: 'Piedra', letterSpacing: 5.0, ), gradient: LinearGradient( colors: [ Colors.deepPurple, Colors.deepOrange, Colors.pink, ], ), ),

when I use this code I am getting an error running on flutter web

`
The following UnimplementedError was thrown during a scheduler callback:
UnimplementedError

When the exception was thrown, this was the stack
throw_ (dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart:212:49))
pushShaderMask (lib/_engine/engine/html/scene_builder.dart:231:5))
addToScene (packages/flutter/src/rendering/layer.dart:1814:26))
[_addToSceneWithRetainedRendering] (packages/flutter/src/rendering/layer.dart:442:5))
addChildrenToScene (packages/flutter/src/rendering/layer.dart:1029:14))

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant