Skip to content

Commit e3cbb65

Browse files
0.8.1 patch
1 parent dec1095 commit e3cbb65

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.1
2+
* **Removed final clause** on Eventide class because it prevented it from being mocked
3+
14
## 0.8.0
25
* **iOS 17 Support**: Added support for iOS 17 write-only calendar access
36
* **Permission Enhancement**: `retrieveDefaultCalendar()` now prompts for write-only access on iOS 17+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Add Eventide to your `pubspec.yaml`:
4949

5050
```yaml
5151
dependencies:
52-
eventide: ^0.8.0
52+
eventide: ^0.8.1
5353
```
5454
5555
### Platform Setup

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ packages:
7979
path: ".."
8080
relative: true
8181
source: path
82-
version: "0.8.0"
82+
version: "0.8.1"
8383
fake_async:
8484
dependency: transitive
8585
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: eventide
22
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
44
repository: https://github.com/sncf-connect-tech/eventide
55
topics:
66
- flutter

0 commit comments

Comments
 (0)