Bugs,,,
AttiBaloxh opened this issue · 2 comments
AttiBaloxh commented
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]
hossameldinmi commented
@AttiBaloxh Any update about fix?
neiljaywarner commented
@AttiBaloxh @hossameldinmi any news for workaround?