mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
linting
This commit is contained in:
parent
366c732668
commit
9f6269375f
@ -22,7 +22,7 @@ import "package:inventree/user_profile.dart";
|
||||
import "package:inventree/widget/snacks.dart";
|
||||
import "package:path_provider/path_provider.dart";
|
||||
|
||||
import 'api_form.dart';
|
||||
import "package:inventree/api_form.dart";
|
||||
|
||||
|
||||
/*
|
||||
@ -1202,7 +1202,7 @@ class InvenTreeAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Send a request to the server to locate / identify either a StockItem or StockLocation
|
||||
*/
|
||||
Future<void> locateItemOrLocation(BuildContext context, {int? item, int? location}) async {
|
||||
|
@ -3,7 +3,6 @@ import "package:flutter/material.dart";
|
||||
import "package:font_awesome_flutter/font_awesome_flutter.dart";
|
||||
|
||||
import "package:inventree/api.dart";
|
||||
import 'package:inventree/api_form.dart';
|
||||
import "package:inventree/app_colors.dart";
|
||||
import "package:inventree/barcode.dart";
|
||||
import "package:inventree/inventree/stock.dart";
|
||||
|
Loading…
x
Reference in New Issue
Block a user