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

Show some empty space on the top of first row only in mobile phone #1047

Open
abdulrehman192 opened this issue Apr 23, 2024 · 6 comments
Open
Labels
bug Something isn't working

Comments

@abdulrehman192
Copy link

abdulrehman192 commented Apr 23, 2024

When I add first row its add some empty space on top of first row in android but working fine in windows. I am using the latest version : 8.0.0. Previously its working fine on 7.0.0. I can't downgrade due to some issues. kindly check the behaviour on android view

after adding the first row there should be ho empty space above the first row

Execution Environment

Flutter version
Flutter 3.19.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision 54e66469a9 (5 days ago) • 2024-04-17 13:08:03 -0700 Engine • revision c4cd48e186 Tools • Dart 3.3.4 • DevTools 2.31.1

PlutoGrid version

PlutoGrid version is 80.0

OS
Android

Screenshot:

Uploading Screenshot_20240423_104220.png…
Screenshot_2024-04-23-12-35-47-27_63392c94004aea26dec4fe46b293bde9

@abdulrehman192 abdulrehman192 added the bug Something isn't working label Apr 23, 2024
@jwalvarezuninorte
Copy link

When adding the row, try to call stateManager.notifyListenersOnPostFrame();

@abdulrehman192
Copy link
Author

abdulrehman192 commented May 10, 2024 via email

@froccawork
Copy link

Hi, I also have the same problem: between the column headers and the first row there is a white space that I would like to remove, but I haven't figured out how to do it.

Thank you!

@abdulrehman192
Copy link
Author

abdulrehman192 commented May 24, 2024 via email

@froccawork
Copy link

just wrap you widget with scaffold and add appbar

On Fri, May 24, 2024 at 1:27 PM froccawork @.> wrote: Hi, I also have the same problem: between the column headers and the first row there is a white space that I would like to remove, but I haven't figured out how to do it. Thank you! — Reply to this email directly, view it on GitHub <#1047 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS2CTJQI5Q44UJ7AOTU5BF3ZD32XRAVCNFSM6AAAAABGUDTVGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRYHEYDMNJQGM . You are receiving this because you authored the thread.Message ID: @.>

which widget? in my
@OverRide
Widget build(BuildContext context) {}
there is already a Scaffold

@abdulrehman192
Copy link
Author

then try to add appbard widget to your scaffold

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