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

Qr 'shifting' on ExpansionTile #139

Closed
antojqp opened this issue May 31, 2021 · 2 comments
Closed

Qr 'shifting' on ExpansionTile #139

antojqp opened this issue May 31, 2021 · 2 comments
Labels
investigating We're looking into it!
Milestone

Comments

@antojqp
Copy link

antojqp commented May 31, 2021

I've got no idea why but upon testing my app on this part

ExpansionTile( initiallyExpanded: open, title: Text(title), subtitle: Text(subTitle), leading: Icon(icon), children: [ QrImage( data: 11111, errorCorrectionLevel: QrErrorCorrectLevel.H, version: QrVersions.auto, ), Text( code, ), ], ),

The qr code that is generated upon closing the tile it 'shifts' I'll attach a photo of what's happening
Screenshot from 2021-05-31 14-59-41

my guess is that it has something to do with the expansion tile (since on its own it works fine) please help

@lukef lukef added the investigating We're looking into it! label Mar 5, 2022
@lukef lukef added this to the 5.0.0 milestone Mar 5, 2022
@lukef
Copy link
Collaborator

lukef commented Mar 6, 2022

Can't reproduce in 5.0. So, fixed.

@lukef lukef closed this as completed Mar 6, 2022
@AdrienLemaire
Copy link

I see that my issue #194 is the same as this one. Any idea when 5.0 might be released @lukef ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating We're looking into it!
Projects
None yet
Development

No branches or pull requests

3 participants