File tree Expand file tree Collapse file tree 15 files changed +38
-18
lines changed
serious_python_platform_interface Expand file tree Collapse file tree 15 files changed +38
-18
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 @@ -50,7 +50,7 @@ dev_dependencies:
5050 # activated in the `analysis_options.yaml` file located at the root of your
5151 # package. See that file for information about deactivating specific lint
5252 # rules and activating additional ones.
53- flutter_lints : ^2 .0.0
53+ flutter_lints : ^6 .0.0
5454
5555# For information on the generic Dart part of this file, see the
5656# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dev_dependencies:
5555 # activated in the `analysis_options.yaml` file located at the root of your
5656 # package. See that file for information about deactivating specific lint
5757 # rules and activating additional ones.
58- flutter_lints : ^2 .0.0
58+ flutter_lints : ^6 .0.0
5959 integration_test :
6060 sdk : flutter
6161
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dev_dependencies:
5050 # activated in the `analysis_options.yaml` file located at the root of your
5151 # package. See that file for information about deactivating specific lint
5252 # rules and activating additional ones.
53- flutter_lints : ^2 .0.0
53+ flutter_lints : ^6 .0.0
5454 integration_test :
5555 sdk : flutter
5656
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
@@ -57,4 +57,4 @@ dev_dependencies:
5757 flutter_test :
5858 sdk : flutter
5959 plugin_platform_interface : ^2.1.6
60- flutter_lints : ^2 .0.0
60+ flutter_lints : ^6 .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_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"
@@ -20,7 +20,7 @@ dependencies:
2020dev_dependencies :
2121 flutter_test :
2222 sdk : flutter
23- flutter_lints : ^2 .0.0
23+ flutter_lints : ^6 .0.0
2424 ffigen : ^9.0.0
2525
2626flutter :
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"
@@ -19,7 +19,7 @@ dependencies:
1919dev_dependencies :
2020 flutter_test :
2121 sdk : flutter
22- flutter_lints : ^2 .0.0
22+ flutter_lints : ^6 .0.0
2323
2424flutter :
2525 plugin :
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'
@@ -18,7 +18,7 @@ dependencies:
1818dev_dependencies :
1919 flutter_test :
2020 sdk : flutter
21- flutter_lints : ^2 .0.0
21+ flutter_lints : ^6 .0.0
2222
2323flutter :
2424 plugin :
You can’t perform that action at this time.
0 commit comments