File tree 9 files changed +14
-8
lines changed
9 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,3 @@ linter:
10
10
- always_declare_return_types # https://github.com/dart-lang/lints#migrating-from-packagepedantic
11
11
- prefer_single_quotes # https://github.com/dart-lang/lints#migrating-from-packagepedantic
12
12
- unawaited_futures # https://github.com/dart-lang/lints#migrating-from-packagepedantic
13
- - unsafe_html # https://github.com/dart-lang/lints#migrating-from-packagepedantic
Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ linter:
13
13
- always_declare_return_types # https://github.com/dart-lang/lints#migrating-from-packagepedantic
14
14
- prefer_single_quotes # https://github.com/dart-lang/lints#migrating-from-packagepedantic
15
15
- unawaited_futures # https://github.com/dart-lang/lints#migrating-from-packagepedantic
16
- - unsafe_html # https://github.com/dart-lang/lints#migrating-from-packagepedantic
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ packages:
477
477
path: "../../../packages/rxdart_flutter"
478
478
relative: true
479
479
source: path
480
- version: "0.0.1-dev.1 "
480
+ version: "0.0.1"
481
481
shelf:
482
482
dependency: transitive
483
483
description:
Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ linter:
11
11
- always_declare_return_types # https://github.com/dart-lang/lints#migrating-from-packagepedantic
12
12
- prefer_single_quotes # https://github.com/dart-lang/lints#migrating-from-packagepedantic
13
13
- unawaited_futures # https://github.com/dart-lang/lints#migrating-from-packagepedantic
14
- - unsafe_html # https://github.com/dart-lang/lints#migrating-from-packagepedantic
Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ linter:
12
12
- always_declare_return_types # https://github.com/dart-lang/lints#migrating-from-packagepedantic
13
13
- prefer_single_quotes # https://github.com/dart-lang/lints#migrating-from-packagepedantic
14
14
- unawaited_futures # https://github.com/dart-lang/lints#migrating-from-packagepedantic
15
- - unsafe_html # https://github.com/dart-lang/lints#migrating-from-packagepedantic
Original file line number Diff line number Diff line change
1
+ ## 0.0.1 (2025-02-15)
2
+
3
+ Thanks to [ @GiancarloCante ] ( https://github.com/GiancarloCante ) for the contribution to this release
4
+ via PR [ #782 ] ( https://github.com/ReactiveX/rxdart/pull/782 ) .
5
+
6
+ - Add new widgets:
7
+ - ` ValueStreamListener ` : a widget that performs side effects when ` ValueStream ` values change.
8
+ - ` ValueStreamConsumer ` : a widget combining both builder and listener capabilities for ` ValueStream ` s.
9
+ - Update ` ValueStreamBuilder ` : add optional ` child ` parameter to ` ValueStreamWidgetBuilder ` .
10
+ - Add tests, documentation and examples.
11
+
1
12
## 0.0.1-dev.1
2
13
3
14
- Initial release.
Original file line number Diff line number Diff line change 6
6
- always_declare_return_types # https://github.com/dart-lang/lints#migrating-from-packagepedantic
7
7
- prefer_single_quotes # https://github.com/dart-lang/lints#migrating-from-packagepedantic
8
8
- unawaited_futures # https://github.com/dart-lang/lints#migrating-from-packagepedantic
9
- - unsafe_html # https://github.com/dart-lang/lints#migrating-from-packagepedantic
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ packages:
67
67
path: ".."
68
68
relative: true
69
69
source: path
70
- version: "0.0.1-dev.1 "
70
+ version: "0.0.1"
71
71
sky_engine:
72
72
dependency: transitive
73
73
description: flutter
Original file line number Diff line number Diff line change 1
1
name : rxdart_flutter
2
2
description : RxDart Flutter - Flutter Widgets that make it easy to use Streams with Flutter.
3
- version : 0.0.1-dev.1
3
+ version : 0.0.1
4
4
repository : https://github.com/ReactiveX/rxdart
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments