diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro new file mode 100644 index 0000000..77023c9 --- /dev/null +++ b/android/app/proguard-rules.pro @@ -0,0 +1 @@ +-keep class com.builttoroam.devicecalendar.** { *; } \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2d375d8..c432814 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,13 @@ + + + + + UIApplicationSupportsIndirectInputEvents + NSCalendarsUsageDescription + Access most functions for calendar viewing and editing. + NSContactsUsageDescription + Access contacts for event attendee editing. diff --git a/pubspec.yaml b/pubspec.yaml index 20e687a..548ad9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,6 +36,10 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 intl: ^0.18.1 + device_calendar: + git: + url: https://github.com/builttoroam/device_calendar.git + ref: 4.3.1 dev_dependencies: flutter_test: