Git Product home page Git Product logo

animated_text's Introduction

Hi there, I'm Kawal πŸ‘‹

  • βœ… Flutter Developer.
  • πŸ” I'm located in Ontario, Canada. Wanna have a code - chat over coffee?? Lets meet!!
  • πŸ”­ Developing Flutter tools / libraries to make developer's life easy.
  • ♾️ Maintaining excel and polkadart
  • πŸ’¬ Reach me: [email protected]
  • ⚑ Long Live Open SπŸ”₯urce

animated_text's People

Contributors

alexdess avatar justkawal avatar

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

Watchers

 avatar  avatar

animated_text's Issues

Library version 1.0.2 prints the words in console

When using version 1.0.2 of animated_text I see logs containing the animated words in console.
After debugging, I found the culprit, something looking like print(words.toString());.

Since this code is present in the version 1.0.2 and not on git, my guess it that you did the release with a non-clean git tree, you just have to do a new clean release (1.0.3 ?) to fix this issue.

Text Shadow not animating?

Nice package! works good for my case but i think 've found a issue, TextStyle Shadow is not animating, on animation the past shadow its over the text until the animation end and then it is corrected... there is any way to solve this? even disabling the shadow while the animation its going and then gradually fade it in...

sample code:

AnimatedText(
alignment: Alignment.center,
speed: Duration(milliseconds: 1000),
controller: AnimatedTextController.loop,
displayTime: Duration(milliseconds: 1000),
wordList: ['animations.', 'are.', 'easier.', 'now.'],
textStyle: TextStyle(
color: Colors.white,
fontSize: 36,
fontWeight: FontWeight.w600,
shadows: [
Shadow(
blurRadius: 15.0,
color: Color.fromARGB(150, 0, 0, 0),
),
],
),
onAnimate: (index) {
print("Animating index:" + index.toString());
},
onFinished: () {
print("Animtion finished");
},
),

Print words

When widget is created all words are printed in console log. I had verify code in pub.dev library, there is a "print command" ,but in github repository this line has removed.

Please update pub.dev library.

image

image

1.0.3 not available on pub.dev

The README.md currently states the latest version of animated_text is 1.0.3 . But pub.dev currently states the latest version is 1.0.2. I believe some work was done to add null safety support, but that release has not been published to pub.dev.

Support for multi-line text

First off, great work! This is a really cool library.

I was trying to use this with multiline text and hoping to use it for animations for doing blocks of text. When I set the word list array to an array of strings which contain newline (\n), it is not breaking on the new line character. I was looking at the source to see if I could figure out where the issue was but could not identify. it.

Any chance to add this support?

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.