Corrected variables declaration
This commit is contained in:
parent
cf813e22c1
commit
69b28b1e59
11 changed files with 44 additions and 41 deletions
|
|
@ -26,7 +26,7 @@ class _AddManufacturerPageState extends State<AddManufacturerPage> {
|
|||
final _addressController = TextEditingController();
|
||||
final _refManufacturers = RefManufacturers();
|
||||
|
||||
late bool _isLoading = false;
|
||||
bool _isLoading = false;
|
||||
|
||||
Future<void> _getManufacturerListCache() async {
|
||||
final manufacturerList = await _refManufacturers.getList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue