Rxdart: ValueStream not exported?

Created on 9 Dec 2019  路  3Comments  路  Source: ReactiveX/rxdart

I'm on 0.23.0-dev.2, super useful extensions!

I'd like my methods to return streams of type ValueStream (that interface perfectly describes what I want to expose), but that doesn't seem to be exported in the base barrel file.

If I try to import it directly (import 'package:rxdart/src/streams/value_stream.dart';) then I get a warning for trying to import an implementation.

Don't import implementation files from another package.dart(implementation_imports)

Most helpful comment

All 3 comments

Sorry about that, @frank06! Had a CI failure that I needed to work out before publishing. That's all fixed and ValueStream is now exported as part of 0.23.0-dev.3! Thanks so much for reporting the issue :)

Ah, no worries @brianegan and thank you for these great extensions!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PritishSawant picture PritishSawant  路  3Comments

BugsBunnyBR picture BugsBunnyBR  路  7Comments

jonsamwell picture jonsamwell  路  4Comments

brianegan picture brianegan  路  8Comments

Jonas-Sander picture Jonas-Sander  路  5Comments