diff options
author | Orangerot <purple@orangerot.dev> | 2025-01-06 19:21:36 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2025-01-06 19:21:36 +0100 |
commit | 36e859d2fe431a27b388ac9d8a13ade921a375a7 (patch) | |
tree | 8f9dcf90906c82ff60e5c8b6834fb44fa6a66bd0 /pubspec.yaml | |
parent | acebb2431c43108167a073e889a61147cc526edd (diff) |
feat: connect to ESense via AlertDialog
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index c42d0a3..77e9319 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,6 +14,12 @@ dependencies: shared_preferences: ^2.3.4 file_picker: ^8.1.6 audioplayers: ^6.1.0 + esense_flutter: + git: + url: https://github.com/cph-cachet/flutter-plugins.git + ref: master + path: packages/esense_flutter/ + permission_handler: ^11.3.1 dev_dependencies: flutter_test: |