Corrected variables declaration

This commit is contained in:
Patrick Alvin Alcala 2025-09-22 13:17:38 +08:00
parent cf813e22c1
commit 69b28b1e59
11 changed files with 44 additions and 41 deletions

View file

@ -25,7 +25,7 @@ class _AddSupplierPageState extends State<AddSupplierPage> {
final _nameController = TextEditingController();
final _refSuppliers = RefSuppliers();
late bool _isLoading = false;
bool _isLoading = false;
Future<void> _getSupplierListCache() async {
final supplierList = await _refSuppliers.getList();