File tree 5 files changed +14
-9
lines changed
5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.8+1 (2023-10-02)
2
+
3
+ * Now uses ` flutter_soundfork: ^1.0.1 ` .
4
+
1
5
# 1.0.7+1 (2023-10-02)
2
6
3
7
* Now uses ` http: ^1.0.0 ` .
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ EmblaCore is available via [pub.dev](https://pub.dev/packages/embla_core).
20
20
Add this to the dependencies list in your ` pubspec.yaml ` file:
21
21
22
22
``` yaml
23
- embla_core : " ^1.0.7 "
23
+ embla_core : " ^1.0.8 "
24
24
` ` `
25
25
26
26
and then run the following command from the project root:
Original file line number Diff line number Diff line change @@ -60,10 +60,11 @@ packages:
60
60
embla_core:
61
61
dependency: "direct main"
62
62
description:
63
- path: ".."
64
- relative: true
65
- source: path
66
- version: "1.0.7+1"
63
+ name: embla_core
64
+ sha256: "4c2eb52e4c270de74be62fe413b736bf5ee81588e865b64a421afa0b65cdff5b"
65
+ url: "https://pub.dev"
66
+ source: hosted
67
+ version: "1.0.8+1"
67
68
fake_async:
68
69
dependency: transitive
69
70
description:
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- embla_core :
13
- path : ../
12
+ embla_core : ' >=1.0.8 <2.0.0 '
13
+ # path: ../
14
14
permission_handler : 11.0.0
15
15
16
16
dev_dependencies :
Original file line number Diff line number Diff line change 1
1
name : embla_core
2
2
description : Flutter library containing the core session functionality in Embla, an Icelandic-language voice assistant.
3
- version : " 1.0.7 +1"
3
+ version : " 1.0.8 +1"
4
4
homepage : https://embla.is
5
5
repository : https://github.com/mideind/EmblaCoreFlutter
6
6
documentation : https://embla.is/embla_core/
7
- publish_to : ' none'
7
+ # publish_to: 'none'
8
8
9
9
platforms :
10
10
android :
You can’t perform that action at this time.
0 commit comments