diff options
| author | xengineering <me@xengineering.eu> | 2026-03-20 19:58:57 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-20 20:48:26 +0100 |
| commit | f021bffe2b37af563037195e0e93a74849cd860b (patch) | |
| tree | 97f867445d5338bf712babba419770ac114bc2ce | |
| parent | 2aa1aa0d29fd551509d4a1ebb2a0a5470fc460d7 (diff) | |
| download | sia-app-f021bffe2b37af563037195e0e93a74849cd860b.tar sia-app-f021bffe2b37af563037195e0e93a74849cd860b.tar.zst sia-app-f021bffe2b37af563037195e0e93a74849cd860b.zip | |
Add package path
This is added to join paths.
| -rw-r--r-- | pubspec.lock | 2 | ||||
| -rw-r--r-- | pubspec.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pubspec.lock b/pubspec.lock index a861593..30521d2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -276,7 +276,7 @@ packages: source: hosted version: "9.3.0" path: - dependency: transitive + dependency: "direct main" description: name: path sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5" diff --git a/pubspec.yaml b/pubspec.yaml index a80996c..605d9d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,6 +10,7 @@ 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 |
