add suppliers and distributors

This commit is contained in:
Patrick Alvin Alcala 2025-04-22 11:11:59 +08:00
parent 9cf3934f6f
commit 77fae74302
11 changed files with 426 additions and 33 deletions

View file

@ -30,7 +30,7 @@ class _AddGenericsPageState extends State<AddGenericsPage> {
final _formKey = GlobalKey<FormState>();
late bool _isLoading = false;
late final List _categoryListCache = [];
// late final List _categoryListCache = [];
late List _categoryList = [];
late String _selectedCategory = '';