ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.36k stars 272 forks source link

refactor(utils): rename Notification to StreamNotification, Kind to NotificationKind #731

Closed hoc081098 closed 1 year ago

hoc081098 commented 1 year ago

In flutter, there is Notification class https://api.flutter.dev/flutter/widgets/Notification-class.html, sometimes, it causes imports conflict

codecov-commenter commented 1 year ago

Codecov Report

Merging #731 (9856b79) into master (1c3f9ca) will decrease coverage by 0.43%. The diff coverage is 83.90%.

@@            Coverage Diff             @@
##           master     #731      +/-   ##
==========================================
- Coverage   93.51%   93.08%   -0.43%     
==========================================
  Files          77       78       +1     
  Lines        2407     2431      +24     
==========================================
+ Hits         2251     2263      +12     
- Misses        156      168      +12