diff options
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index c42d0a3..989e24a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,12 +14,22 @@ 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: sdk: flutter flutter_lints: ^5.0.0 + flutter_launcher_icons: ^0.14.2 + # flutter_app_name: ^0.1.0 flutter: uses-material-design: true +flutter_app_name: + name: "Sense the Rhythm" |