mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Yet more linting
This commit is contained in:
parent
ad0cc36540
commit
77bac9af36
29 changed files with 251 additions and 253 deletions
|
|
@ -31,14 +31,14 @@ class InvenTreeHomePage extends StatefulWidget {
|
|||
|
||||
class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||
|
||||
final GlobalKey<_InvenTreeHomePageState> _homeKey = GlobalKey<_InvenTreeHomePageState>();
|
||||
|
||||
_InvenTreeHomePageState() : super() {
|
||||
|
||||
// Initially load the profile and attempt server connection
|
||||
_loadProfile();
|
||||
}
|
||||
|
||||
final GlobalKey<_InvenTreeHomePageState> _homeKey = GlobalKey<_InvenTreeHomePageState>();
|
||||
|
||||
// Selected user profile
|
||||
UserProfile? _profile;
|
||||
|
||||
|
|
@ -266,7 +266,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
|||
appBar: AppBar(
|
||||
title: Text(L10().appTitle),
|
||||
),
|
||||
drawer: new InvenTreeDrawer(context),
|
||||
drawer: InvenTreeDrawer(context),
|
||||
body: ListView(
|
||||
physics: ClampingScrollPhysics(),
|
||||
shrinkWrap: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue