Flutter_map: stable channel compatibility

Created on 8 Jul 2019  路  7Comments  路  Source: fleaflet/flutter_map

Fix compatibility issues with beta channel

Most helpful comment

Perfect ! Thanks John, this is really great plugin.

All 7 comments

It's the stable channel by now, so the name doesn't match anymore. ;-)

Any ETA on new version ? Unfortunately flutter_image on which map and plugin depends are failing too.
```file:///Users/michal/Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image-1.0.0/lib/network.dart:75:31: Error: The argument type 'Null Function(StringBuffer)' can't be assigned to the parameter type 'Iterable Function()'.

  • 'StringBuffer' is from 'dart:core'.
  • 'Iterable' is from 'dart:core'.
  • 'DiagnosticsNode' is from 'package:flutter/src/foundation/diagnostics.dart' ('file:///Users/michal/Development/flutter/packages/flutter/lib/src/foundation/diagnostics.dart').
    Try changing the type of the parameter, or casting the argument to 'Iterable Function()'.
    informationCollector: (StringBuffer information) {
    ^
    file:///Users/michal/Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_image-1.0.0/lib/network.dart:168:65: Error: The argument type 'String' can't be assigned to the parameter type 'DiagnosticsNode'.
  • 'DiagnosticsNode' is from 'package:flutter/src/foundation/diagnostics.dart' ('file:///Users/michal/Development/flutter/packages/flutter/lib/src/foundation/diagnostics.dart').
    Try changing the type of the parameter, or casting the argument to 'DiagnosticsNode'.
    context: '$runtimeType failed to load ${instructions.uri}',

Perfect ! Thanks John, this is really great plugin.

馃槑 thanks for your patience, everyone

Released in version 0.5.6

Works ! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DanialV picture DanialV  路  6Comments

johnpryan picture johnpryan  路  4Comments

garrrettt picture garrrettt  路  4Comments

garrrettt picture garrrettt  路  3Comments

jacksos101 picture jacksos101  路  3Comments