Code Monkey home page Code Monkey logo

gradient_text's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gradient_text's Issues

Problem with "Dancing Script" font

Works very well with kind of standard fonts, but I tried to use it with a font I found on Google Fonts called "Dancing Script" and I found out that there's a little piece of the last letter of the text that doesn't change colour, it remains white. I've also tried changing last letter, size of the text and colours of the gradient but nothing happens.

Screenshot_20200913-133801

java uses or overrides a deprecated API.

This is the error message-
java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

I'm using flutter 1.22.6 and dart 2.10.5
when i add this package in my pubspec and build .
This error occurs and as a result text written in gradient_test is not visible

Flutter web error

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))

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.