bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
635 stars 288 forks source link

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

Open abdulrehman192 opened 2 months ago

abdulrehman192 commented 2 months ago

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

jwalvarezuninorte commented 1 month ago

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

abdulrehman192 commented 1 month ago

Its fixed now. I just add app to the scaffold

On Fri, May 10, 2024, 5:52 PM Jhon Álvarez @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/bosskmk/pluto_grid/issues/1047#issuecomment-2104557020, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS2CTJWPBVIPOZSHOEY26HDZBS7I5AVCNFSM6AAAAABGUDTVGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBUGU2TOMBSGA . You are receiving this because you authored the thread.Message ID: @.***>

froccawork commented 1 month ago

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 commented 1 month ago

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 https://github.com/bosskmk/pluto_grid/issues/1047#issuecomment-2128906503, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS2CTJQI5Q44UJ7AOTU5BF3ZD32XRAVCNFSM6AAAAABGUDTVGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRYHEYDMNJQGM . You are receiving this because you authored the thread.Message ID: @.***>

froccawork commented 1 month ago

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 commented 1 month ago

then try to add appbard widget to your scaffold

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 30 days with no activity.

timos-vn commented 5 days ago

then try to add appbard widget to your scaffold

but i build in widget, a scaffold and app is already. Why team do not fix it?