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

Bugs,,, #114

Open
AttiBaloxh opened this issue May 14, 2022 · 2 comments
Open

Bugs,,, #114

AttiBaloxh opened this issue May 14, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@AttiBaloxh
Copy link

Steps to Reproduce
in the AutoSizeText value one! is come from TextField Controller,,,, when i add space in my textField Controller,,,
after long text it's show only that word,,, you can see in screenShot.

Code sample

SizedBox(
                        width: 130,
                        child: Padding(
                          padding: const EdgeInsets.only(bottom: 10),
                          child: AutoSizeText(
                            one!,
                            textAlign: TextAlign.center,
                            style: const TextStyle(
                                fontSize: 25,
                                fontWeight: FontWeight.bold,
                                color: Colors.white,
                                overflow: TextOverflow.ellipsis),
                            maxLines: 1,
                          ),
                        ),
                      ),

Screenshots
https://user-images.githubusercontent.com/85043088/168420413-c7383dbf-653a-464e-b15d-a5714bf93c11.jpg

Version

  • Flutter version: [ 2.10.2]
  • auto_size_text version: [3.0.0]
@AttiBaloxh AttiBaloxh added the bug Something isn't working label May 14, 2022
@hossameldinmi
Copy link

@AttiBaloxh Any update about fix?

@neiljaywarner
Copy link

@AttiBaloxh @hossameldinmi any news for workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants