Skip to content

Commit bca096b

Browse files
committed
remove src/rxdart import
1 parent deae61e commit bca096b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/value_listenable_to_value_stream.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import 'dart:async' show Stream, StreamSubscription;
22

33
import 'package:flutter/foundation.dart' show ValueListenable;
4-
import 'package:rxdart/rxdart.dart' show ValueStream;
5-
import 'package:rxdart/src/utils/value_wrapper.dart';
4+
import 'package:rxdart/rxdart.dart' show ValueStream, ValueWrapper;
65

76
import 'common.dart';
87
import 'streamx.dart';

0 commit comments

Comments
 (0)