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.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

abdulrehman192 opened this issue · comments

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

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

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!

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

then try to add appbard widget to your scaffold

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

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?