apptreesoftware / flutter_google_map_view

A flutter plugin for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CompositeSubscription required but not included in example.

bradx954 opened this issue · comments

"var compositeSubscription = new CompositeSubscription();" in https://github.com/apptreesoftware/flutter_google_map_view/blob/master/example/lib/main.dart requires https://pub.dartlang.org/packages/composite_subscription but it does not include it. Furthermore that plugin no longer works with the newest flutter sdk. Trying to compile it anyway results in "Error: Method not found: 'CompositeSubscription'.".