Skip to content

Commit

Permalink
bump flutter: v3.10.1, lift dart-sdk constraint >= v3.0.1, bump http:…
Browse files Browse the repository at this point in the history
… v1.1.0 (#326)

* bump http

* bump dart version sdk and flutter version in fvm config

* [polkadart_cli] fix new format in typegen test
  • Loading branch information
clangenb authored Oct 8, 2023
1 parent e9b690f commit 500a382
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.7.12",
"flutterSdkVersion": "3.10.1",
"flavors": {}
}
4 changes: 2 additions & 2 deletions packages/polkadart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ homepage: https://github.com/rankanizer/polkadart/tree/main/packages/polkadart
repository: https://github.com/rankanizer/polkadart

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ">=3.0.1 <4.0.0"

dependencies:
convert: ^3.1.1 # BSD-3-Clause
http: ^0.13.5 # BSD-3-Clause
http: ^1.1.0 # BSD-3-Clause
pointycastle: ^3.6.2 # MIT
web_socket_channel: ^2.3.0 # BSD-3-Clause
polkadart_scale_codec: ^1.1.0 # Apache 2.0
Expand Down
4 changes: 2 additions & 2 deletions packages/polkadart_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ homepage: https://github.com/rankanizer/polkadart/tree/main/packages/polkadart_c
repository: https://github.com/rankanizer/polkadart

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ">=3.0.1 <4.0.0"

dependencies:
args: ^2.4.0 # BSD-3-Clause
code_builder: ^4.4.0 # BSD-3-Clause
convert: ^3.1.1 # BSD-3-Clause
dart_style: ^2.2.4 # BSD-3-Clause
http: ^0.13.5 # BSD-3-Clause
http: ^1.1.0 # BSD-3-Clause
recase: ^4.1.0 # BSD-2-Clause
path: ^1.8.3 # BSD-3-Clause
yaml: ^3.1.1 # MIT
Expand Down
2 changes: 2 additions & 0 deletions packages/polkadart_cli/test/typegen/composite_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ void main() {
' \'x\': x,\n',
' \'y\': y,\n',
' };\n',
'\n',
' @override\n',
' bool operator ==(Object other) =>\n',
' identical(\n',
' this,\n',
' other,\n',
' ) ||\n',
' other is Point && other.x == x && other.y == y;\n',
'\n',
' @override\n',
' int get hashCode => Object.hash(\n',
' x,\n',
Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart_scale_codec/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/rankanizer/polkadart/tree/main/packages/polkadart_s
repository: https://github.com/rankanizer/polkadart

environment:
sdk: ">=2.17.6 <3.0.0"
sdk: ">=3.0.1 <4.0.0"

dependencies:
convert: ^3.0.2 # BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion packages/ss58/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/rankanizer/polkadart/tree/main/packages/ss58
repository: https://github.com/rankanizer/polkadart

environment:
sdk: '>=2.17.6 <3.0.0'
sdk: ">=3.0.1 <4.0.0"

dependencies:
equatable: ^2.0.5 # MIT
Expand Down
2 changes: 1 addition & 1 deletion packages/substrate_bip39/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/rankanizer/polkadart/tree/main/packages/substrate_b
repository: https://github.com/rankanizer/polkadart

environment:
sdk: '>=2.19.6 <3.0.0'
sdk: ">=3.0.1 <4.0.0"

dependencies:
bip39_mnemonic: ^3.0.6
Expand Down
2 changes: 1 addition & 1 deletion packages/substrate_metadata/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/rankanizer/polkadart/tree/main/packages/substrate_m
repository: https://github.com/rankanizer/polkadart

environment:
sdk: ">=2.17.6 <3.0.0"
sdk: ">=3.0.1 <4.0.0"

dependencies:
equatable: ^2.0.5
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: polkadart_workspace
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=3.0.1 <4.0.0"

dev_dependencies:
coverage: ^1.6.3
Expand Down

0 comments on commit 500a382

Please sign in to comment.