Skip to content

Releases: Flutter-Dart-Open-Source/listenable_stream

2.0.1 - Jun 20, 2024

20 Jun 09:21
Compare
Choose a tag to compare

2.0.0 - Jun 20, 2024

20 Jun 09:19
Compare
Choose a tag to compare

https://pub.dev/packages/listenable_stream/versions/2.0.0

  • Update dependencies:
    • rxdart to ^0.28.0.
  • Change Flutter constraint to '>=3.10.0' (requires Flutter 3.10 or later).
  • Change Dart SDK constraint to '>=3.0.0 <4.0.0' (requires Dart 3.0 or later).

1.1.0 - May 9, 2021

09 May 15:45
7a8b935
Compare
Choose a tag to compare

1.0.0 - Apr 02, 2021

02 Apr 03:03
2f07769
Compare
Choose a tag to compare

1.0.0 - Apr 02, 2021

  • Stable release for null safety.

1.0.0-nullsafety.1 - Jan 23, 2021

23 Jan 15:53
Compare
Choose a tag to compare
Pre-release
  • Fix docs.

1.0.0-nullsafety.0 - Jan 23, 2021

22 Jan 19:18
Compare
Choose a tag to compare
Pre-release
  • Bugfixes: cancel StreamSubscription not remove listener.

0.1.0-nullsafety.0 - Jan 15, 2021

14 Jan 18:14
Compare
Choose a tag to compare
Pre-release

0.1.0-nullsafety.0 - Jan 15, 2021

  • Migrate this package to null safety.
  • Sdk constraints: >=2.12.0-0 <3.0.0 based on beta release guidelines.

0.0.2 - Jan 15, 2021

14 Jan 18:14
Compare
Choose a tag to compare

0.0.2 - Jan 15, 2021

  • Internal refactor

0.0.1 - Dec 15, 2020

  • Initial version.