mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
linting fix
This commit is contained in:
parent
969875ad49
commit
4bd800d273
@ -16,7 +16,6 @@ import "package:inventree/user_profile.dart";
|
||||
import "package:inventree/inventree/notification.dart";
|
||||
|
||||
import "package:inventree/widget/category_display.dart";
|
||||
import "package:inventree/widget/company_list.dart";
|
||||
import "package:inventree/widget/drawer.dart";
|
||||
import "package:inventree/widget/location_display.dart";
|
||||
import "package:inventree/widget/notifications.dart";
|
||||
@ -117,7 +116,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
void _showSuppliers(BuildContext context) {
|
||||
if (!InvenTreeAPI().checkConnection(context)) return;
|
||||
|
||||
@ -135,6 +134,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||
|
||||
Navigator.push(context, MaterialPageRoute(builder: (context) => CompanyListWidget(L10().customers, {"is_customer": "true"})));
|
||||
}
|
||||
*/
|
||||
|
||||
void _selectProfile() {
|
||||
Navigator.push(
|
||||
|
Loading…
x
Reference in New Issue
Block a user