diff options
| author | xengineering <me@xengineering.eu> | 2026-03-20 16:59:45 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-20 16:59:45 +0100 |
| commit | 5fa8c6496076422cd3f117978654e76edbda51dc (patch) | |
| tree | adacf75e6ce6c43cf8e18af6560841e22ac94dc7 /pubspec.yaml | |
| parent | 1809a88c679fcd17f29c13ddd47732bb65db96b2 (diff) | |
| download | sia-app-5fa8c6496076422cd3f117978654e76edbda51dc.tar sia-app-5fa8c6496076422cd3f117978654e76edbda51dc.tar.zst sia-app-5fa8c6496076422cd3f117978654e76edbda51dc.zip | |
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.
Diffstat (limited to 'pubspec.yaml')
| -rw-r--r-- | pubspec.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
