mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Update podfile.lock
This commit is contained in:
parent
367493f346
commit
c0e3675766
2 changed files with 5 additions and 4 deletions
|
|
@ -58,12 +58,12 @@ PODS:
|
||||||
- SDWebImage (5.11.1):
|
- SDWebImage (5.11.1):
|
||||||
- SDWebImage/Core (= 5.11.1)
|
- SDWebImage/Core (= 5.11.1)
|
||||||
- SDWebImage/Core (5.11.1)
|
- SDWebImage/Core (5.11.1)
|
||||||
- Sentry (6.2.1):
|
- Sentry (6.4.1):
|
||||||
- Sentry/Core (= 6.2.1)
|
- Sentry/Core (= 6.4.1)
|
||||||
- Sentry/Core (6.2.1)
|
- Sentry/Core (6.4.1)
|
||||||
- sentry_flutter (0.0.1):
|
- sentry_flutter (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- Sentry (~> 6.2.1)
|
- Sentry (~> 6.4.1)
|
||||||
- shared_preferences (0.0.1):
|
- shared_preferences (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- sqflite (0.0.2):
|
- sqflite (0.0.2):
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
||||||
title: Text(L10().address),
|
title: Text(L10().address),
|
||||||
subtitle: Text(InvenTreeAPI().baseUrl.isNotEmpty ? InvenTreeAPI().baseUrl : L10().notConnected),
|
subtitle: Text(InvenTreeAPI().baseUrl.isNotEmpty ? InvenTreeAPI().baseUrl : L10().notConnected),
|
||||||
leading: FaIcon(FontAwesomeIcons.globe),
|
leading: FaIcon(FontAwesomeIcons.globe),
|
||||||
|
trailing: InvenTreeAPI().isConnected() ? FaIcon(FontAwesomeIcons.checkCircle, color: COLOR_SUCCESS) : FaIcon(FontAwesomeIcons.timesCircle, color: COLOR_DANGER),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue