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

How do write in Velocity, the Widget Text with overflow #31

Closed
GustavoLofrano opened this issue Sep 20, 2020 · 5 comments
Closed

How do write in Velocity, the Widget Text with overflow #31

GustavoLofrano opened this issue Sep 20, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@GustavoLofrano
Copy link

How do I write in Velocity, the Widget Text with overflow,

Text(
          this.text,
          style: TextStyle(
            fontSize: 14,
          ),
          overflow: TextOverflow.ellipsis,
          textAlign: TextAlign.center,
        ),
      )
@GustavoLofrano GustavoLofrano changed the title How do I write in Velocity, the Widget Text with overflow How do write in Velocity, the Widget Text with overflow Sep 20, 2020
@iampawan iampawan added the enhancement New feature or request label Sep 24, 2020
@iampawan
Copy link
Owner

It will be added in the next version. Great feedback

@pishguy
Copy link
Contributor

pishguy commented Sep 27, 2020

@GustavoLofrano @iampawan

see this link, is it enough?

@GustavoLofrano
Copy link
Author

@MahdiPishguy Wow, I just mentioned the overflow, but you did practically add everything from Text. If version 0.4.2 is updated with this, it will be Excellent.

@iampawan

@iampawan
Copy link
Owner

iampawan commented Oct 7, 2020

New version releasing this weekend probably

@iampawan
Copy link
Owner

Fixed in 5dc8421

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

No branches or pull requests

3 participants