Flutter-Responsive-Admin-Panel-or-Dashboard
Flutter-Responsive-Admin-Panel-or-Dashboard copied to clipboard
cannot run this code with flutter 3.0.5
Describe the bug raise this exception
creator: Align ← ListTileTheme ← DrawerController-[LabeledGlobalKey<DrawerControllerState>#a3ff9] ← MediaQuery ← LayoutId-[<_ScaffoldSlot.drawer>] ← CustomMultiChildLayout ← AnimatedBuilder ← DefaultTextStyle ← AnimatedDefaultTextStyle ← _InkFeatures-[GlobalKey#9cb2d ink renderer] ← NotificationListener<LayoutChangedNotification> ← PhysicalModel ← ⋯
parentData: offset=Offset(0.0, 0.0); id=_ScaffoldSlot.drawer
constraints: MISSING
size: MISSING
alignment: AlignmentDirectional.centerStart
textDirection: ltr
widthFactor: expand
heightFactor: expand
I do PayPal transfer With No Chargebacks On It, Verified Account With Good And Highly Balance...|
CashApp Chime transfer Zelle transfer Skrill transfer Venmo transfer 50$btc =250
100$ btc = 550$
I am selling good ,Cvv Fullz , Dumps+pin,Track1&2,Bank login,YesCards,Gift Cards,WU Transfer and Paypal and am providing bank transfer to uk and usa
You can join My Telegram Platform
Tap on the link below
https://t.me/dark2webb
Telegram ID:@moderatordark2web
Describe the bug raise this exception
creator: Align ← ListTileTheme ← DrawerController-[LabeledGlobalKey<DrawerControllerState>#a3ff9] ← MediaQuery ← LayoutId-[<_ScaffoldSlot.drawer>] ← CustomMultiChildLayout ← AnimatedBuilder ← DefaultTextStyle ← AnimatedDefaultTextStyle ← _InkFeatures-[GlobalKey#9cb2d ink renderer] ← NotificationListener<LayoutChangedNotification> ← PhysicalModel ← ⋯ parentData: offset=Offset(0.0, 0.0); id=_ScaffoldSlot.drawer constraints: MISSING size: MISSING alignment: AlignmentDirectional.centerStart textDirection: ltr widthFactor: expand heightFactor: expand
This may be the problem of data_tabel2, modify recent_ Files file, the height of sizedbox outside datatable2, maybe height: 400
SizedBox(
width: double.infinity,
height: 400, // <-------------------- add this
child: DataTable2(
columnSpacing: defaultPadding,
minWidth: 600,
columns: [
DataColumn(
label: Text("File Name"),
),
DataColumn(
label: Text("Date"),
),
DataColumn(
label: Text("Size"),
),
],
rows: List.generate(
demoRecentFiles.length,
(index) => recentFileDataRow(demoRecentFiles[index]),
),
),
),