feat: update home ui
This commit is contained in:
@@ -34,6 +34,10 @@ class $AssetsIconsGen {
|
||||
AssetGenImage get icReportSales =>
|
||||
const AssetGenImage('assets/icons/ic-report-sales.png');
|
||||
|
||||
/// File path: assets/icons/ic-report-stock.png
|
||||
AssetGenImage get icReportStock =>
|
||||
const AssetGenImage('assets/icons/ic-report-stock.png');
|
||||
|
||||
/// List of all assets
|
||||
List<AssetGenImage> get values => [
|
||||
icReportExclusiveSummary,
|
||||
@@ -41,6 +45,7 @@ class $AssetsIconsGen {
|
||||
icReportProfitLoss,
|
||||
icReportPurchase,
|
||||
icReportSales,
|
||||
icReportStock,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
// TODO: define your code
|
||||
Reference in New Issue
Block a user