diff options
| -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 |
