2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Adds workflow for code linting

This commit is contained in:
Oliver
2021-09-28 12:19:19 +10:00
parent c1a1ef0ad2
commit 037564c6a3
5 changed files with 44 additions and 15 deletions

View File

@ -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(