2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 18:25:26 +00:00

Add function to open a link

- Does not seem to actually ... work.. yet
This commit is contained in:
Oliver Walters
2021-01-21 21:14:42 +11:00
parent fc6e90ce0b
commit 02cfeef31e
5 changed files with 68 additions and 7 deletions

View File

@ -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,