refactor: replace InventoryModel with ProductModel across the application, removing unused inventory model files and updating related repository and UI components
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:rasadyar_chicken/data/models/response/inventory/inventory_model.dart';
|
||||
import 'package:rasadyar_chicken/data/models/response/roles_products/roles_products.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
|
||||
|
||||
class InventoryWidget extends StatelessWidget {
|
||||
final InventoryModel? inventoryModel;
|
||||
final ProductModel? inventoryModel;
|
||||
|
||||
const InventoryWidget({super.key, required this.inventoryModel});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user