Discussion:
[dart-misc] where I can find reactive extensions for Dart?
krupal shah
2016-02-28 18:54:33 UTC
Permalink
Though Dart has built-in support for things like Futures and Streams; I am
finding something like Rx-Java or more specifically - RX port for Dart. Are
things like observables already supported in Dart or Is there any standard
library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Joel Trottier-Hébert
2016-02-28 19:05:10 UTC
Permalink
I've seen this one before : https://pub.dartlang.org/packages/frappe

I haven't personally used it, but it seems to be quite nice.
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I am
finding something like Rx-Java or more specifically - RX port for Dart. Are
things like observables already supported in Dart or Is there any standard
library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
krupal shah
2016-02-28 19:14:58 UTC
Permalink
Thanks Joel Trottier-Hébert. I'll definitely look at it. Btw, It would be
nice to have built-in support for reactive programming in Dart. I wish some
official library umm ...dart:reactive...as Dart follows the philosophy of
"batteries included".

On Monday, February 29, 2016 at 12:35:23 AM UTC+5:30, Joel Trottier-Hébert
Post by Joel Trottier-Hébert
I've seen this one before : https://pub.dartlang.org/packages/frappe
I haven't personally used it, but it seems to be quite nice.
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I
am finding something like Rx-Java or more specifically - RX port for Dart.
Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Frank Pepermans
2016-02-29 04:50:25 UTC
Permalink
There's also an rxdart, albeit not official at
https://github.com/frankpepermans/rxdart

It as not as feature complete as rxjs for example, but if you miss
anything, feel free to open an issue
Post by krupal shah
Thanks Joel Trottier-Hébert. I'll definitely look at it. Btw, It would be
nice to have built-in support for reactive programming in Dart. I wish some
official library umm ...dart:reactive...as Dart follows the philosophy of
"batteries included".
On Monday, February 29, 2016 at 12:35:23 AM UTC+5:30, Joel Trottier-Hébert
Post by Joel Trottier-Hébert
I've seen this one before : https://pub.dartlang.org/packages/frappe
I haven't personally used it, but it seems to be quite nice.
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I
am finding something like Rx-Java or more specifically - RX port for Dart.
Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
krupal shah
2016-03-01 15:10:49 UTC
Permalink
Thanks. I'll definitely look at it.
Post by Frank Pepermans
There's also an rxdart, albeit not official at
https://github.com/frankpepermans/rxdart
It as not as feature complete as rxjs for example, but if you miss
anything, feel free to open an issue
Post by krupal shah
Thanks Joel Trottier-Hébert. I'll definitely look at it. Btw, It would be
nice to have built-in support for reactive programming in Dart. I wish some
official library umm ...dart:reactive...as Dart follows the philosophy of
"batteries included".
On Monday, February 29, 2016 at 12:35:23 AM UTC+5:30, Joel
Post by Joel Trottier-Hébert
I've seen this one before : https://pub.dartlang.org/packages/frappe
I haven't personally used it, but it seems to be quite nice.
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I
am finding something like Rx-Java or more specifically - RX port for Dart.
Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Glenn Ryan
2016-03-02 07:09:48 UTC
Permalink
Thanks for mentioning rxdart. I was looking for something like that. I am
interested to see if I can effectively use it with Dart Angular 2 similarly
to how RxJS is used with TypeScript Angular 2.

Aside from those already mentioned, there are some Flux-like libraries like
w_flux <https://pub.dartlang.org/packages/w_flux>. And there are plenty of
React-like libraries too.
Post by krupal shah
Thanks. I'll definitely look at it.
Post by Frank Pepermans
There's also an rxdart, albeit not official at
https://github.com/frankpepermans/rxdart
It as not as feature complete as rxjs for example, but if you miss
anything, feel free to open an issue
Post by krupal shah
Thanks Joel Trottier-Hébert. I'll definitely look at it. Btw, It would
be nice to have built-in support for reactive programming in Dart. I wish
some official library umm ...dart:reactive...as Dart follows the philosophy
of "batteries included".
On Monday, February 29, 2016 at 12:35:23 AM UTC+5:30, Joel
Post by Joel Trottier-Hébert
I've seen this one before : https://pub.dartlang.org/packages/frappe
I haven't personally used it, but it seems to be quite nice.
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams;
I am finding something like Rx-Java or more specifically - RX port for
Dart. Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2016-02-29 07:08:44 UTC
Permalink
Dart Streams are what Observables are in JS
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I am
finding something like Rx-Java or more specifically - RX port for Dart. Are
things like observables already supported in Dart or Is there any standard
library something like dart:reactive? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Alan Knight' via Dart Misc
2016-02-29 17:53:27 UTC
Permalink
I don't know enough about the two to really compare, but isn't Angular2
pretty react-ish?
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I am
finding something like Rx-Java or more specifically - RX port for Dart. Are
things like observables already supported in Dart or Is there any standard
library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Natalie Weizenbaum' via Dart Misc
2016-02-29 20:27:00 UTC
Permalink
I wouldn't say Dart follows the philosophy of being "batteries included".
Although the core libraries are larger than JavaScript's, they're pretty
slim relative to a lot of languages. We tend to rely on packages for most
of our functionality, so you shouldn't shy away from using a package that
meets your needs. In addition to the packages people have mentioned
above, Lasse
is working on a CL <https://codereview.chromium.org/1648963002> that adds
reactive-inspired transformers to the async package
<https://pub.dartlang.org/packages/async>.

On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't Angular2
pretty react-ish?
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I
am finding something like Rx-Java or more specifically - RX port for Dart.
Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
krupal shah
2016-03-03 19:42:11 UTC
Permalink
I think reactive programming is now a need of every language which has nice
functional support. I am not sure but it would be nice if dart has a
standard library for reactive extensions.
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries included".
Although the core libraries are larger than JavaScript's, they're pretty
slim relative to a lot of languages. We tend to rely on packages for most
of our functionality, so you shouldn't shy away from using a package that
meets your needs. In addition to the packages people have mentioned above, Lasse
is working on a CL <https://codereview.chromium.org/1648963002> that adds
reactive-inspired transformers to the async package
<https://pub.dartlang.org/packages/async>.
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't Angular2
pretty react-ish?
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I
am finding something like Rx-Java or more specifically - RX port for Dart.
Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Gilad Bracha' via Dart Misc
2016-03-03 19:45:26 UTC
Permalink
https://flutter.io/
Post by krupal shah
I think reactive programming is now a need of every language which has
nice functional support. I am not sure but it would be nice if dart has a
standard library for reactive extensions.
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries included".
Although the core libraries are larger than JavaScript's, they're pretty
slim relative to a lot of languages. We tend to rely on packages for most
of our functionality, so you shouldn't shy away from using a package that
meets your needs. In addition to the packages people have mentioned above, Lasse
is working on a CL <https://codereview.chromium.org/1648963002> that
adds reactive-inspired transformers to the async package
<https://pub.dartlang.org/packages/async>.
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't Angular2
pretty react-ish?
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I
am finding something like Rx-Java or more specifically - RX port for Dart.
Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
krupal shah
2016-03-03 19:54:18 UTC
Permalink
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
Post by krupal shah
I think reactive programming is now a need of every language which has
nice functional support. I am not sure but it would be nice if dart has a
standard library for reactive extensions.
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries included".
Although the core libraries are larger than JavaScript's, they're pretty
slim relative to a lot of languages. We tend to rely on packages for most
of our functionality, so you shouldn't shy away from using a package that
meets your needs. In addition to the packages people have mentioned above, Lasse
is working on a CL <https://codereview.chromium.org/1648963002> that
adds reactive-inspired transformers to the async package
<https://pub.dartlang.org/packages/async>.
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't Angular2
pretty react-ish?
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams; I
am finding something like Rx-Java or more specifically - RX port for Dart.
Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to misc+***@dartlang.org.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Gilad Bracha' via Dart Misc
2016-03-03 19:55:00 UTC
Permalink
It is intended for mobile.
Post by krupal shah
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
Post by krupal shah
I think reactive programming is now a need of every language which has
nice functional support. I am not sure but it would be nice if dart has a
standard library for reactive extensions.
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries
included". Although the core libraries are larger than JavaScript's,
they're pretty slim relative to a lot of languages. We tend to rely on
packages for most of our functionality, so you shouldn't shy away from
using a package that meets your needs. In addition to the packages people
have mentioned above, Lasse is working on a CL
<https://codereview.chromium.org/1648963002> that adds
reactive-inspired transformers to the async package
<https://pub.dartlang.org/packages/async>.
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't Angular2
pretty react-ish?
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams;
I am finding something like Rx-Java or more specifically - RX port for
Dart. Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
krupal shah
2016-03-03 19:57:58 UTC
Permalink
Ok. I'll look at it. But can you please answer support for standard
reactive extentions library in dart? Are there any plans about it?
Post by 'Gilad Bracha' via Dart Misc
It is intended for mobile.
Post by krupal shah
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
Post by krupal shah
I think reactive programming is now a need of every language which has
nice functional support. I am not sure but it would be nice if dart has a
standard library for reactive extensions.
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries
included". Although the core libraries are larger than JavaScript's,
they're pretty slim relative to a lot of languages. We tend to rely on
packages for most of our functionality, so you shouldn't shy away from
using a package that meets your needs. In addition to the packages people
have mentioned above, Lasse is working on a CL
<https://codereview.chromium.org/1648963002> that adds
reactive-inspired transformers to the async package
<https://pub.dartlang.org/packages/async>.
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't
Angular2 pretty react-ish?
Post by krupal shah
Though Dart has built-in support for things like Futures and Streams;
I am finding something like Rx-Java or more specifically - RX port for
Dart. Are things like observables already supported in Dart or Is there any
standard library something like dart:react? Dart isn't listed here
<http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Gilad Bracha' via Dart Misc
2016-03-03 20:00:47 UTC
Permalink
I assume you mean for web? Or a "dart:" package? I don't have an answer
for that. Maybe someone else does.
Post by krupal shah
Ok. I'll look at it. But can you please answer support for standard
reactive extentions library in dart? Are there any plans about it?
Post by 'Gilad Bracha' via Dart Misc
It is intended for mobile.
Post by krupal shah
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
Post by krupal shah
I think reactive programming is now a need of every language which has
nice functional support. I am not sure but it would be nice if dart has a
standard library for reactive extensions.
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries
included". Although the core libraries are larger than JavaScript's,
they're pretty slim relative to a lot of languages. We tend to rely on
packages for most of our functionality, so you shouldn't shy away from
using a package that meets your needs. In addition to the packages people
have mentioned above, Lasse is working on a CL
<https://codereview.chromium.org/1648963002> that adds
reactive-inspired transformers to the async package
<https://pub.dartlang.org/packages/async>.
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't
Angular2 pretty react-ish?
On Sun, Feb 28, 2016 at 10:54 AM krupal shah <
Post by krupal shah
Though Dart has built-in support for things like Futures and
Streams; I am finding something like Rx-Java or more specifically - RX port
for Dart. Are things like observables already supported in Dart or Is there
any standard library something like dart:react? Dart isn't listed
here <http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
krupal shah
2016-03-03 20:07:39 UTC
Permalink
Exactly. But why someone else? I think Dart has a nice support for
functional programming. Every modern language now needs functional reactive
programming.
Erik Meijer would be pretty exited to bring it to dart.:-p
Post by 'Gilad Bracha' via Dart Misc
I assume you mean for web? Or a "dart:" package? I don't have an answer
for that. Maybe someone else does.
Post by krupal shah
Ok. I'll look at it. But can you please answer support for standard
reactive extentions library in dart? Are there any plans about it?
Post by 'Gilad Bracha' via Dart Misc
It is intended for mobile.
Post by krupal shah
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
Post by krupal shah
I think reactive programming is now a need of every language which has
nice functional support. I am not sure but it would be nice if dart has a
standard library for reactive extensions.
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries
included". Although the core libraries are larger than JavaScript's,
they're pretty slim relative to a lot of languages. We tend to rely on
packages for most of our functionality, so you shouldn't shy away from
using a package that meets your needs. In addition to the packages people
have mentioned above, Lasse is working on a CL
<https://codereview.chromium.org/1648963002> that adds
reactive-inspired transformers to the async package
<https://pub.dartlang.org/packages/async>.
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't
Angular2 pretty react-ish?
On Sun, Feb 28, 2016 at 10:54 AM krupal shah <
Post by krupal shah
Though Dart has built-in support for things like Futures and
Streams; I am finding something like Rx-Java or more specifically - RX port
for Dart. Are things like observables already supported in Dart or Is there
any standard library something like dart:react? Dart isn't listed
here <http://reactivex.io/languages.html>. Can anyone just guide me.
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Frank Pepermans
2016-03-03 20:17:43 UTC
Permalink
There's frappe and rxdart, I've used both and they work for what I need
them for.

Sure they're not as feature complete as the counterparts in other
languages, but having native Stream support and transform will get you a
long way.

If and when Dart grows in popularity, I'm sure an official Dart flavour of
Rx will be made.

So +1 to get that official stamp, but meanwhile we're still a small
community and unfortunately people won't just jump in and create awesome
libs like that.

Dart needs to grow, with things like angular2 and flutter in the pipeline,
we can hope :)
Post by krupal shah
Exactly. But why someone else? I think Dart has a nice support for
functional programming. Every modern language now needs functional reactive
programming.
Post by krupal shah
Erik Meijer would be pretty exited to bring it to dart.:-p
Post by 'Gilad Bracha' via Dart Misc
I assume you mean for web? Or a "dart:" package? I don't have an answer
for that. Maybe someone else does.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Ok. I'll look at it. But can you please answer support for standard
reactive extentions library in dart? Are there any plans about it?
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
It is intended for mobile.
Post by krupal shah
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
Post by krupal shah
I think reactive programming is now a need of every language which
has nice functional support. I am not sure but it would be nice if dart has
a standard library for reactive extensions.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries
included". Although the core libraries are larger than JavaScript's,
they're pretty slim relative to a lot of languages. We tend to rely on
packages for most of our functionality, so you shouldn't shy away from
using a package that meets your needs. In addition to the packages people
have mentioned above, Lasse is working on a CL that adds reactive-inspired
transformers to the async package.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't
Angular2 pretty react-ish?
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
On Sun, Feb 28, 2016 at 10:54 AM krupal shah <
Post by krupal shah
Though Dart has built-in support for things like Futures and
Streams; I am finding something like Rx-Java or more specifically - RX port
for Dart. Are things like observables already supported in Dart or Is there
any standard library something like dart:react? Dart isn't listed here. Can
anyone just guide me.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to misc+***@dartlang.org.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
krupal shah
2016-03-03 20:32:48 UTC
Permalink
@Frank thanks for your comment. I just get started using Dart for backend
web services for my mobile projects and I have been missing Rx as I do in
java/android. There is still a small community compared to others but
dart:io, dart:async and its RPC package are robust libraries written ever.
Using them with small but official Rx lib would be a great experience. Sure
we can hope something better from Google.
Post by Frank Pepermans
There's frappe and rxdart, I've used both and they work for what I need
them for.
Post by Frank Pepermans
Sure they're not as feature complete as the counterparts in other
languages, but having native Stream support and transform will get you a
long way.
Post by Frank Pepermans
If and when Dart grows in popularity, I'm sure an official Dart flavour
of Rx will be made.
Post by Frank Pepermans
So +1 to get that official stamp, but meanwhile we're still a small
community and unfortunately people won't just jump in and create awesome
libs like that.
Post by Frank Pepermans
Dart needs to grow, with things like angular2 and flutter in the
pipeline, we can hope :)
Post by Frank Pepermans
Post by krupal shah
Exactly. But why someone else? I think Dart has a nice support for
functional programming. Every modern language now needs functional reactive
programming.
Post by Frank Pepermans
Post by krupal shah
Erik Meijer would be pretty exited to bring it to dart.:-p
Post by 'Gilad Bracha' via Dart Misc
I assume you mean for web? Or a "dart:" package? I don't have an
answer for that. Maybe someone else does.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Ok. I'll look at it. But can you please answer support for standard
reactive extentions library in dart? Are there any plans about it?
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
It is intended for mobile.
Post by krupal shah
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
On Thu, Mar 3, 2016 at 11:42 AM krupal shah <
Post by krupal shah
I think reactive programming is now a need of every language which
has nice functional support. I am not sure but it would be nice if dart has
a standard library for reactive extensions.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries
included". Although the core libraries are larger than JavaScript's,
they're pretty slim relative to a lot of languages. We tend to rely on
packages for most of our functionality, so you shouldn't shy away from
using a package that meets your needs. In addition to the packages people
have mentioned above, Lasse is working on a CL that adds reactive-inspired
transformers to the async package.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't
Angular2 pretty react-ish?
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
On Sun, Feb 28, 2016 at 10:54 AM krupal shah <
Post by krupal shah
Though Dart has built-in support for things like Futures and
Streams; I am finding something like Rx-Java or more specifically - RX port
for Dart. Are things like observables already supported in Dart or Is there
any standard library something like dart:react? Dart isn't listed here. Can
anyone just guide me.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
To unsubscribe from this group and stop receiving emails from
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to misc+***@dartlang.org.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Frank Pepermans
2016-03-03 21:39:40 UTC
Permalink
But does it have to be marked as official?

I'd be glad to add stuff to rxdart when people request it for example. Or
make pull requests to add missing parts?
Post by krupal shah
@Frank thanks for your comment. I just get started using Dart for backend
web services for my mobile projects and I have been missing Rx as I do in
java/android. There is still a small community compared to others but
dart:io, dart:async and its RPC package are robust libraries written ever.
Using them with small but official Rx lib would be a great experience. Sure
we can hope something better from Google.
Post by Frank Pepermans
There's frappe and rxdart, I've used both and they work for what I need
them for.
Post by Frank Pepermans
Sure they're not as feature complete as the counterparts in other
languages, but having native Stream support and transform will get you a
long way.
Post by Frank Pepermans
If and when Dart grows in popularity, I'm sure an official Dart flavour
of Rx will be made.
Post by Frank Pepermans
So +1 to get that official stamp, but meanwhile we're still a small
community and unfortunately people won't just jump in and create awesome
libs like that.
Post by Frank Pepermans
Dart needs to grow, with things like angular2 and flutter in the
pipeline, we can hope :)
Post by Frank Pepermans
Post by krupal shah
Exactly. But why someone else? I think Dart has a nice support for
functional programming. Every modern language now needs functional reactive
programming.
Post by Frank Pepermans
Post by krupal shah
Erik Meijer would be pretty exited to bring it to dart.:-p
Post by 'Gilad Bracha' via Dart Misc
I assume you mean for web? Or a "dart:" package? I don't have an
answer for that. Maybe someone else does.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Ok. I'll look at it. But can you please answer support for standard
reactive extentions library in dart? Are there any plans about it?
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
On 4 Mar 2016 01:25, "'Gilad Bracha' via Dart Misc" <
Post by 'Gilad Bracha' via Dart Misc
It is intended for mobile.
On Thu, Mar 3, 2016 at 11:54 AM krupal shah <
Post by krupal shah
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
On Thu, Mar 3, 2016 at 11:42 AM krupal shah <
Post by krupal shah
I think reactive programming is now a need of every language
which has nice functional support. I am not sure but it would be nice if
dart has a standard library for reactive extensions.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries
included". Although the core libraries are larger than JavaScript's,
they're pretty slim relative to a lot of languages. We tend to rely on
packages for most of our functionality, so you shouldn't shy away from
using a package that meets your needs. In addition to the packages people
have mentioned above, Lasse is working on a CL that adds reactive-inspired
transformers to the async package.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't
Angular2 pretty react-ish?
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
On Sun, Feb 28, 2016 at 10:54 AM krupal shah <
Post by krupal shah
Though Dart has built-in support for things like Futures and
Streams; I am finding something like Rx-Java or more specifically - RX port
for Dart. Are things like observables already supported in Dart or Is there
any standard library something like dart:react? Dart isn't listed here. Can
anyone just guide me.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
To unsubscribe from this group and stop receiving emails from
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
To unsubscribe from this group and stop receiving emails from
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Glenn Ryan
2016-03-03 21:42:31 UTC
Permalink
For my purposes, I think we actually do have enough at least semi-official
libraries to work off of. I see that the Polymer.dart team has an observe
<https://pub.dartlang.org/packages/observe> package that is being actively
developed. And Google also has built_collection.dart
<https://github.com/google/built_collection.dart>, which has immutable
collection types. I am still very, very new to FRP-style programming (and
have yet to work up a prototype to test my assumptions), but, in theory, it
appears this should be sufficient building blocks in tandem with the
official Stream from dart:async.

Of course, if you're worried about breaking changes or buggy functionality,
you are free to contribute to rxdart or convert your app to TypeScript for
now to take advantage of the many mature JS libraries available.
Post by krupal shah
@Frank thanks for your comment. I just get started using Dart for backend
web services for my mobile projects and I have been missing Rx as I do in
java/android. There is still a small community compared to others but
dart:io, dart:async and its RPC package are robust libraries written ever.
Using them with small but official Rx lib would be a great experience. Sure
we can hope something better from Google.
Post by Frank Pepermans
There's frappe and rxdart, I've used both and they work for what I need
them for.
Post by Frank Pepermans
Sure they're not as feature complete as the counterparts in other
languages, but having native Stream support and transform will get you a
long way.
Post by Frank Pepermans
If and when Dart grows in popularity, I'm sure an official Dart flavour
of Rx will be made.
Post by Frank Pepermans
So +1 to get that official stamp, but meanwhile we're still a small
community and unfortunately people won't just jump in and create awesome
libs like that.
Post by Frank Pepermans
Dart needs to grow, with things like angular2 and flutter in the
pipeline, we can hope :)
Post by Frank Pepermans
Post by krupal shah
Exactly. But why someone else? I think Dart has a nice support for
functional programming. Every modern language now needs functional reactive
programming.
Post by Frank Pepermans
Post by krupal shah
Erik Meijer would be pretty exited to bring it to dart.:-p
Post by 'Gilad Bracha' via Dart Misc
I assume you mean for web? Or a "dart:" package? I don't have an
answer for that. Maybe someone else does.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Ok. I'll look at it. But can you please answer support for standard
reactive extentions library in dart? Are there any plans about it?
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
On 4 Mar 2016 01:25, "'Gilad Bracha' via Dart Misc" <
Post by 'Gilad Bracha' via Dart Misc
It is intended for mobile.
On Thu, Mar 3, 2016 at 11:54 AM krupal shah <
Post by krupal shah
thanks. I think this is the 'Dart for mobile' framework. Isn't it?
https://flutter.io/
On Thu, Mar 3, 2016 at 11:42 AM krupal shah <
Post by krupal shah
I think reactive programming is now a need of every language
which has nice functional support. I am not sure but it would be nice if
dart has a standard library for reactive extensions.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
On 1 Mar 2016 01:57, "'Natalie Weizenbaum' via Dart Misc" <
Post by 'Natalie Weizenbaum' via Dart Misc
I wouldn't say Dart follows the philosophy of being "batteries
included". Although the core libraries are larger than JavaScript's,
they're pretty slim relative to a lot of languages. We tend to rely on
packages for most of our functionality, so you shouldn't shy away from
using a package that meets your needs. In addition to the packages people
have mentioned above, Lasse is working on a CL that adds reactive-inspired
transformers to the async package.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
On Mon, Feb 29, 2016 at 9:53 AM, 'Alan Knight' via Dart Misc <
Post by 'Alan Knight' via Dart Misc
I don't know enough about the two to really compare, but isn't
Angular2 pretty react-ish?
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
On Sun, Feb 28, 2016 at 10:54 AM krupal shah <
Post by krupal shah
Though Dart has built-in support for things like Futures and
Streams; I am finding something like Rx-Java or more specifically - RX port
for Dart. Are things like observables already supported in Dart or Is there
any standard library something like dart:react? Dart isn't listed here. Can
anyone just guide me.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
Post by 'Alan Knight' via Dart Misc
To unsubscribe from this group and stop receiving emails from
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
Post by 'Natalie Weizenbaum' via Dart Misc
To unsubscribe from this group and stop receiving emails from
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
---
You received this message because you are subscribed to the
Google Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see
https://groups.google.com/a/dartlang.org/
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
Post by 'Gilad Bracha' via Dart Misc
To unsubscribe from this group and stop receiving emails from it,
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
Post by krupal shah
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
Post by krupal shah
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
Post by Frank Pepermans
---
You received this message because you are subscribed to the Google
Groups "Dart Misc" group.
Post by Frank Pepermans
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to a topic in the
Google Groups "Dart Misc" group.
To unsubscribe from this topic, visit
https://groups.google.com/a/dartlang.org/d/topic/misc/vB3EPN8MOCs/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Michael Maier
2016-03-04 16:55:11 UTC
Permalink
In contrast to most other languages Dart already contains Stream
<https://api.dartlang.org/1.14.2/dart-async/Stream-class.html> in its
standard library dart:async
<https://api.dartlang.org/1.14.2/dart-async/dart-async-library.html>.
However, you might miss some features of the ReactiveX
<http://reactivex.io/> libraries. There are several libraries (rxdart
<https://github.com/frankpepermans/rxdart>, rx_dart
<https://github.com/maiermic/rx_dart>, frappe
<https://github.com/danschultz/frappe>, stream_ext
<https://github.com/theburningmonk/stream_ext>) that add some of those
features to Dart's Stream
<https://api.dartlang.org/1.14.2/dart-async/Stream-class.html>. They all do
it in different ways (functions, StreamTransformer
<https://api.dartlang.org/1.14.2/dart-async/StreamTransformer-class.html>,
wrap Stream <https://api.dartlang.org/1.14.2/dart-async/Stream-class.html>,
etc.). Aside from that, some features like schedulers
<http://reactivex.io/documentation/scheduler.html> are missing yet (as far
as I know). stream_test_scheduler
<https://github.com/maiermic/stream_test_scheduler> is my approach to test
streams in a way similar to TestScheduler
<https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/testing/testscheduler.md>
of RxJS <https://github.com/Reactive-Extensions/RxJS>, but it uses real
time (milliseconds) instead of virtual time, since you can't fake time in
Dart (see Irn's comment
<http://stackoverflow.com/questions/32345853/dart-how-to-test-if-stream-emits-elements-at-a-certain-time#comment52575633_32345853>
on stackoverflow).

It's hard to find the library that fits your needs. For each feature you
need to search for libraries that support it and compare them. After
searching for all features you like, you might end up with multiple
libraries that do things in different ways. Altogether, we are missing
consistency/uniformity and a single point of information as overview. We
(authors of the mentioned libraries and other contributors) might address
this by cooperating as a team to create a single library. If the resulting
library meets the creteria of ReactiveX <http://reactivex.io/>, we might
like ask them to mention it on their site (= popular single point of
information).

Ps: You might be reminded of this <https://m.xkcd.com/927/> xkcd comic 😉
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...