Я пытаюсь использовать плагин: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter
Когда я пытаюсь запустить приведенный пример: https://github.com/flutter/plugins/blob/master/packages/google_maps_flutter/example/lib/map_ui.dart
Я получил ошибку:
Ошибка: тип аргумента 'dart.core :: Set' не может быть назначен типу параметра
In:
if (defaultTargetPlatform == TargetPlatform.android) { return AndroidView( viewType: 'plugins.flutter.io/google_maps', onPlatformViewCreated: onPlatformViewCreated, > `gestureRecognizers: widget.gestureRecognizers,` creationParams: widget.options._toJson(), creationParamsCodec: const StandardMessageCodec(), );
Может кто-нибудь помочьмне?Спасибо.