From 5fa8c6496076422cd3f117978654e76edbda51dc Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 20 Mar 2026 16:59:45 +0100 Subject: Add path_provider package This is required to get the "Application Support" directory on Linux, Android, iOS, MacOS and Windows. This folder is used to store persistence of the Sia app. --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index ec03450..a02bef0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,6 +10,7 @@ dependencies: flutter: sdk: flutter mqtt_client: ^10.11.3 + path_provider: ^2.1.5 provider: ^6.1.5 dev_dependencies: -- cgit v1.3