diff options
| author | xengineering <me@xengineering.eu> | 2026-04-06 17:03:46 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-04-06 17:03:46 +0200 |
| commit | 877a39e186699164e68ea969012a4f1ec6840ef8 (patch) | |
| tree | 92932f23c5b1d2798a9e63467b0ad4de70caa39f /pubspec.yaml | |
| parent | 1809a88c679fcd17f29c13ddd47732bb65db96b2 (diff) | |
| parent | fcfb2a17733a38b690f4e034c78bc414be5527ef (diff) | |
| download | sia-app-877a39e186699164e68ea969012a4f1ec6840ef8.tar sia-app-877a39e186699164e68ea969012a4f1ec6840ef8.tar.zst sia-app-877a39e186699164e68ea969012a4f1ec6840ef8.zip | |
Merge persisting server fully qualified domain name
This allows to save the server fully qualified domain name (FQDN). The
user does not have to insert this on every app start.
Saved is the value of the corresponding text field on the last press on
the connect button.
Diffstat (limited to 'pubspec.yaml')
| -rw-r--r-- | pubspec.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index ec03450..605d9d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,10 @@ dependencies: flutter: sdk: flutter mqtt_client: ^10.11.3 + path: ^1.9.1 + path_provider: ^2.1.5 provider: ^6.1.5 + sqlite3: ^3.2.0 dev_dependencies: flutter_test: |
