mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add function to open a link
- Does not seem to actually ... work.. yet
This commit is contained in:
parent
fc6e90ce0b
commit
02cfeef31e
5 changed files with 68 additions and 7 deletions
|
|
@ -267,6 +267,7 @@ class PartList extends StatelessWidget {
|
|||
return ListTile(
|
||||
title: Text("${part.name}"),
|
||||
subtitle: Text("${part.description}"),
|
||||
trailing: Text("${part.inStock}"),
|
||||
leading: InvenTreeAPI().getImage(
|
||||
part.thumbnail,
|
||||
width: 40,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue