File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.1
2
+ * ** Removed final clause** on Eventide class because it prevented it from being mocked
3
+
1
4
## 0.8.0
2
5
* ** iOS 17 Support** : Added support for iOS 17 write-only calendar access
3
6
* ** Permission Enhancement** : ` retrieveDefaultCalendar() ` now prompts for write-only access on iOS 17+
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Add Eventide to your `pubspec.yaml`:
49
49
50
50
``` yaml
51
51
dependencies :
52
- eventide : ^0.8.0
52
+ eventide : ^0.8.1
53
53
` ` `
54
54
55
55
### Platform Setup
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ packages:
79
79
path: ".."
80
80
relative: true
81
81
source: path
82
- version: "0.8.0 "
82
+ version: "0.8.1 "
83
83
fake_async:
84
84
dependency: transitive
85
85
description:
Original file line number Diff line number Diff line change 1
1
name : eventide
2
2
description : " Provides a easy-to-use flutter interface to access & modify native device calendars (iOS & Android)"
3
- version : 0.8.0
3
+ version : 0.8.1
4
4
repository : https://github.com/sncf-connect-tech/eventide
5
5
topics :
6
6
- flutter
You can’t perform that action at this time.
0 commit comments