From 36e859d2fe431a27b388ac9d8a13ade921a375a7 Mon Sep 17 00:00:00 2001 From: Orangerot Date: Mon, 6 Jan 2025 19:21:36 +0100 Subject: feat: connect to ESense via AlertDialog --- pubspec.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pubspec.yaml') 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: -- cgit v1.2.3