mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Adds workflow for code linting
This commit is contained in:
parent
c1a1ef0ad2
commit
037564c6a3
5 changed files with 44 additions and 15 deletions
|
|
@ -261,25 +261,10 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
// This method is rerun every time setState is called, for instance as done
|
||||
// by the _incrementCounter method above.
|
||||
//
|
||||
// The Flutter framework has been optimized to make rerunning build methods
|
||||
// fast, so that you can just rebuild anything that needs updating rather
|
||||
// than having to individually change instances of widgets.
|
||||
return Scaffold(
|
||||
key: _homeKey,
|
||||
appBar: AppBar(
|
||||
title: Text(L10().appTitle),
|
||||
actions: <Widget>[
|
||||
// IconButton(
|
||||
// icon: FaIcon(FontAwesomeIcons.barcode),
|
||||
// tooltip: L10().scanBarcode,
|
||||
// onPressed: () {
|
||||
// _scan(context);
|
||||
// },
|
||||
// ),
|
||||
],
|
||||
),
|
||||
drawer: new InvenTreeDrawer(context),
|
||||
body: ListView(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue