-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 1.1.0 release - update CHANGELOGS, pubspecs and workflows - update packages - update dart and flutter constraints Closes #71 * Apply changes from CR - use latest dart 3.1 version in comms-prepare - remove usage of matrix.channel in flutter_comms-prepare * Use subosito/flutter-action@v2 in flutter_comms-prepare
- Loading branch information
1 parent
d226082
commit 24cdc6c
Showing
7 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
sdk: [3.0.0] | ||
sdk: [3.1] | ||
|
||
defaults: | ||
run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: comms | ||
description: Simple communication pattern abstraction on streams, created for communication between logic classes. | ||
version: 1.0.1 | ||
version: 1.1.0 | ||
homepage: https://github.com/leancodepl/comms | ||
|
||
environment: | ||
sdk: ">=3.0.0 <4.0.0" | ||
sdk: ">=3.1.0 <4.0.0" | ||
|
||
dependencies: | ||
bloc: ^8.1.2 | ||
logging: ^1.2.0 | ||
meta: ^1.9.1 | ||
|
||
dev_dependencies: | ||
leancode_lint: ^4.0.0+1 | ||
leancode_lint: ^6.0.0 | ||
test: ^1.17.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
name: flutter_comms | ||
description: Simple communication pattern abstraction on streams, created for communication between blocs and or widgets. | ||
version: 1.0.0 | ||
description: Simple communication pattern abstraction on streams, created for communication between logic classes and or widgets. | ||
version: 1.1.0 | ||
homepage: https://github.com/leancodepl/comms | ||
|
||
environment: | ||
sdk: ">=3.0.0 <4.0.0" | ||
flutter: ">=3.10.0" | ||
sdk: ">=3.1.0 <4.0.0" | ||
flutter: ">=3.13.0" | ||
|
||
dependencies: | ||
comms: ^1.0.1 | ||
comms: ^1.1.0 | ||
flutter: | ||
sdk: flutter | ||
flutter_hooks: ^0.18.2 | ||
flutter_hooks: ^0.20.3 | ||
logging: ^1.2.0 | ||
meta: ^1.9.1 | ||
nested: ^1.0.0 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
leancode_lint: ^4.0.0+1 | ||
leancode_lint: ^6.0.0 |