mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Update package versions and refactor accordingly
This commit is contained in:
parent
a415a2cd99
commit
65cabc2fa9
12 changed files with 205 additions and 144 deletions
|
|
@ -301,6 +301,10 @@ class InvenTreePart extends InvenTreeModel {
|
|||
return img.isNotEmpty ? img : InvenTreeAPI.staticThumb;
|
||||
}
|
||||
|
||||
void uploadImage(File image) async {
|
||||
// TODO
|
||||
}
|
||||
|
||||
// Return the "starred" status of this part
|
||||
bool get starred => jsondata['starred'] as bool ?? false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue