2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 18:55:34 +00:00

Display part notes and stock notes

This commit is contained in:
Oliver Walters
2021-02-13 22:36:44 +11:00
parent b0aaccb9e3
commit 90664bfe14
10 changed files with 118 additions and 20 deletions

View File

@ -39,7 +39,7 @@ class InvenTreeDrawer extends StatelessWidget {
showSearch(
context: context,
delegate: PartSearchDelegate()
delegate: PartSearchDelegate(context)
);
//Navigator.push(context, MaterialPageRoute(builder: (context) => SearchWidget()));
@ -115,9 +115,12 @@ class InvenTreeDrawer extends StatelessWidget {
leading: Image.asset(
"assets/image/icon.png",
fit: BoxFit.scaleDown,
width: 40,
width: 30,
),
title: Text(
I18N.of(context).appTitle,
style: TextStyle(fontWeight: FontWeight.bold),
),
title: Text(I18N.of(context).appTitle),
onTap: _home,
),
ListTile(