Skip to content

Commit a383025

Browse files
v0.2.0 (#13)
1 parent b29859e commit a383025

File tree

4 files changed

+52
-47
lines changed

4 files changed

+52
-47
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.0
2+
3+
* Fixed gradle issue by targeting jvm 17 ([Issue #7](https://github.com/sncf-connect-tech/eventide/issues/7))
4+
* Exposed a new class `ETAccount` { name, type } ([Issue #8](https://github.com/sncf-connect-tech/eventide/issues/8))
5+
name = EKSource.sourceIdentifier and type = EKSource.sourceType on iOS
6+
name = CalendarContract.Calendars.ACCOUNT_NAME and type = CalendarContract.Calendars.ACCOUNT_TYPE on Android
7+
18
## 0.1.0
29

310
Initial release with features:

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## 📆 Eventide
22

3-
[![Flutter Tests](https://github.com/sncf-connect-tech/eventide/actions/workflows/flutter.yml/badge.svg)](https://github.com/sncf-connect-tech/eventide/actions/workflows/flutter.yml)
4-
[![Android Tests](https://github.com/sncf-connect-tech/eventide/actions/workflows/android.yml/badge.svg)](https://github.com/sncf-connect-tech/eventide/actions/workflows/android.yml)
5-
[![iOS Tests](https://github.com/sncf-connect-tech/eventide/actions/workflows/ios.yml/badge.svg)](https://github.com/sncf-connect-tech/eventide/actions/workflows/ios.yml)
3+
[![pub package](https://img.shields.io/pub/v/eventide.svg)](https://pub.dev/packages/eventide) [![Flutter Tests](https://github.com/sncf-connect-tech/eventide/actions/workflows/flutter.yml/badge.svg)](https://github.com/sncf-connect-tech/eventide/actions/workflows/flutter.yml) [![Android Tests](https://github.com/sncf-connect-tech/eventide/actions/workflows/android.yml/badge.svg)](https://github.com/sncf-connect-tech/eventide/actions/workflows/android.yml) [![iOS Tests](https://github.com/sncf-connect-tech/eventide/actions/workflows/ios.yml/badge.svg)](https://github.com/sncf-connect-tech/eventide/actions/workflows/ios.yml)
64

75
Eventide provides a easy-to-use flutter interface to access & modify native device calendars (iOS & Android).
86

example/pubspec.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
8+
sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.11.0"
11+
version: "2.12.0"
1212
bloc:
1313
dependency: transitive
1414
description:
@@ -21,34 +21,34 @@ packages:
2121
dependency: transitive
2222
description:
2323
name: boolean_selector
24-
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
24+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "2.1.1"
27+
version: "2.1.2"
2828
characters:
2929
dependency: transitive
3030
description:
3131
name: characters
32-
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
32+
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "1.3.0"
35+
version: "1.4.0"
3636
clock:
3737
dependency: transitive
3838
description:
3939
name: clock
40-
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
40+
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.1.1"
43+
version: "1.1.2"
4444
collection:
4545
dependency: transitive
4646
description:
4747
name: collection
48-
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
48+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "1.19.0"
51+
version: "1.19.1"
5252
cupertino_icons:
5353
dependency: "direct main"
5454
description:
@@ -76,18 +76,18 @@ packages:
7676
dependency: transitive
7777
description:
7878
name: fake_async
79-
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
79+
sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc"
8080
url: "https://pub.dev"
8181
source: hosted
82-
version: "1.3.1"
82+
version: "1.3.2"
8383
file:
8484
dependency: transitive
8585
description:
8686
name: file
87-
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
87+
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
8888
url: "https://pub.dev"
8989
source: hosted
90-
version: "7.0.0"
90+
version: "7.0.1"
9191
flutter:
9292
dependency: "direct main"
9393
description: flutter
@@ -149,18 +149,18 @@ packages:
149149
dependency: transitive
150150
description:
151151
name: leak_tracker
152-
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
152+
sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
153153
url: "https://pub.dev"
154154
source: hosted
155-
version: "10.0.7"
155+
version: "10.0.8"
156156
leak_tracker_flutter_testing:
157157
dependency: transitive
158158
description:
159159
name: leak_tracker_flutter_testing
160-
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
160+
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
161161
url: "https://pub.dev"
162162
source: hosted
163-
version: "3.0.8"
163+
version: "3.0.9"
164164
leak_tracker_testing:
165165
dependency: transitive
166166
description:
@@ -181,10 +181,10 @@ packages:
181181
dependency: transitive
182182
description:
183183
name: matcher
184-
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
184+
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
185185
url: "https://pub.dev"
186186
source: hosted
187-
version: "0.12.16+1"
187+
version: "0.12.17"
188188
material_color_utilities:
189189
dependency: transitive
190190
description:
@@ -197,10 +197,10 @@ packages:
197197
dependency: transitive
198198
description:
199199
name: meta
200-
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
200+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
201201
url: "https://pub.dev"
202202
source: hosted
203-
version: "1.15.0"
203+
version: "1.16.0"
204204
nested:
205205
dependency: transitive
206206
description:
@@ -213,18 +213,18 @@ packages:
213213
dependency: transitive
214214
description:
215215
name: path
216-
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
216+
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
217217
url: "https://pub.dev"
218218
source: hosted
219-
version: "1.9.0"
219+
version: "1.9.1"
220220
platform:
221221
dependency: transitive
222222
description:
223223
name: platform
224-
sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65"
224+
sha256: "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984"
225225
url: "https://pub.dev"
226226
source: hosted
227-
version: "3.1.5"
227+
version: "3.1.6"
228228
plugin_platform_interface:
229229
dependency: transitive
230230
description:
@@ -237,10 +237,10 @@ packages:
237237
dependency: transitive
238238
description:
239239
name: process
240-
sha256: "21e54fd2faf1b5bdd5102afd25012184a6793927648ea81eea80552ac9405b32"
240+
sha256: "107d8be718f120bbba9dcd1e95e3bd325b1b4a4f07db64154635ba03f2567a0d"
241241
url: "https://pub.dev"
242242
source: hosted
243-
version: "5.0.2"
243+
version: "5.0.3"
244244
provider:
245245
dependency: transitive
246246
description:
@@ -258,26 +258,26 @@ packages:
258258
dependency: transitive
259259
description:
260260
name: source_span
261-
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
261+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
262262
url: "https://pub.dev"
263263
source: hosted
264-
version: "1.10.0"
264+
version: "1.10.1"
265265
stack_trace:
266266
dependency: transitive
267267
description:
268268
name: stack_trace
269-
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
269+
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
270270
url: "https://pub.dev"
271271
source: hosted
272-
version: "1.12.0"
272+
version: "1.12.1"
273273
stream_channel:
274274
dependency: transitive
275275
description:
276276
name: stream_channel
277-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
277+
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
278278
url: "https://pub.dev"
279279
source: hosted
280-
version: "2.1.2"
280+
version: "2.1.4"
281281
stream_transform:
282282
dependency: transitive
283283
description:
@@ -290,10 +290,10 @@ packages:
290290
dependency: transitive
291291
description:
292292
name: string_scanner
293-
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
293+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
294294
url: "https://pub.dev"
295295
source: hosted
296-
version: "1.3.0"
296+
version: "1.4.1"
297297
sync_http:
298298
dependency: transitive
299299
description:
@@ -306,18 +306,18 @@ packages:
306306
dependency: transitive
307307
description:
308308
name: term_glyph
309-
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
309+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
310310
url: "https://pub.dev"
311311
source: hosted
312-
version: "1.2.1"
312+
version: "1.2.2"
313313
test_api:
314314
dependency: transitive
315315
description:
316316
name: test_api
317-
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
317+
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
318318
url: "https://pub.dev"
319319
source: hosted
320-
version: "0.7.3"
320+
version: "0.7.4"
321321
timezone:
322322
dependency: "direct main"
323323
description:
@@ -355,10 +355,10 @@ packages:
355355
dependency: transitive
356356
description:
357357
name: vm_service
358-
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
358+
sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14"
359359
url: "https://pub.dev"
360360
source: hosted
361-
version: "14.3.0"
361+
version: "14.3.1"
362362
web:
363363
dependency: transitive
364364
description:
@@ -376,5 +376,5 @@ packages:
376376
source: hosted
377377
version: "3.0.4"
378378
sdks:
379-
dart: ">=3.5.0 <4.0.0"
379+
dart: ">=3.7.0-0 <4.0.0"
380380
flutter: ">=3.18.0-18.0.pre.54"

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.1.0
3+
version: 0.2.0
44
repository: https://github.com/sncf-connect-tech/eventide
55
topics:
66
- flutter

0 commit comments

Comments
 (0)