davidsdearaujo / select_dialog

Flutter package designed to select an item from a list, with the option to filter and even search the items online.
MIT License
65 stars 44 forks source link

Error After Flutter Upgrade #8

Closed mmmaxi closed 4 years ago

mmmaxi commented 4 years ago

After Upgrading to the latest flutter stable release 1.12.3 my project is not buildable anymore because of the following error:

../flutter/.pub-cache/hosted/pub.dartlang.org/select_dialog-1.0.6+1/lib/select_bloc.dart:9:3: Error: 'Observable' isn't a type. Observable<List<T>> _filteredListOnlineOut;

yanqiqi1996 commented 4 years ago

@mmmaxi I have the same problem ,Do you have anyway to solve it