File tree Expand file tree Collapse file tree 14 files changed +31
-11
lines changed
serious_python_platform_interface Expand file tree Collapse file tree 14 files changed +31
-11
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.5
2+
3+ * Bump ` archive ` to ` ^4.0.7 ` .
4+
15## 0.9.4
26
37* 16 KB memory page support for Android 15+ (by [ @ReYaNOW ] ( https://github.com/ReYaNOW ) ).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python
22description : A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.9.4
5+ version : 0.9.5
66
77platforms :
88 ios :
@@ -44,7 +44,7 @@ dependencies:
4444 path : ../serious_python_linux
4545
4646 path_provider : ^2.1.3
47- archive : ^3.6.1
47+ archive : ^4.0.7
4848 path : ^1.9.0
4949 args : ^2.5.0
5050 toml : ^0.15.0
Original file line number Diff line number Diff line change 1+ ## 0.9.5
2+
3+ * Bump ` archive ` to ` ^4.0.7 ` .
4+
15## 0.9.4
26
37* 16 KB memory page support for Android 15+ (by [ @ReYaNOW ] ( https://github.com/ReYaNOW ) ).
Original file line number Diff line number Diff line change 11group ' com.flet.serious_python_android'
2- version ' 0.9.4 '
2+ version ' 0.9.5 '
33
44def python_version = ' 3.12'
55
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python_android
22description : Android implementation of the serious_python plugin
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.9.4
5+ version : 0.9.5
66
77environment :
88 sdk : " >=3.0.0 <4.0.0"
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'serious_python_darwin'
7- s . version = '0.9.4 '
7+ s . version = '0.9.5 '
88 s . summary = 'A cross-platform plugin for adding embedded Python runtime to your Flutter apps.'
99 s . description = <<-DESC
1010 A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python_darwin
22description : iOS and macOS implementations of the serious_python plugin
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.9.4
5+ version : 0.9.5
66
77environment :
88 sdk : " >=3.0.0 <4.0.0"
Original file line number Diff line number Diff line change 1+ ## 0.9.5
2+
3+ * Bump ` archive ` to ` ^4.0.7 ` .
4+
15## 0.9.4
26
37* 16 KB memory page support for Android 15+ (by [ @ReYaNOW ] ( https://github.com/ReYaNOW ) ).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python_linux
22description : Linux implementations of the serious_python plugin
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.9.4
5+ version : 0.9.5
66
77environment :
88 sdk : ' >=3.1.3 <4.0.0'
Original file line number Diff line number Diff line change 1+ ## 0.9.5
2+
3+ * Bump ` archive ` to ` ^4.0.7 ` .
4+
15## 0.9.4
26
37* 16 KB memory page support for Android 15+ (by [ @ReYaNOW ] ( https://github.com/ReYaNOW ) ).
You can’t perform that action at this time.
0 commit comments