You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add the package to import section: import 'package:flutter_geopackage/flutter_geopackage.dart';
I get this error:
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_geopackage-0.6.0+1/lib/com/hydrologis/flutter_geopackage/geopackage.dart:1070:19: Error: The argument type 'double? Function(dynamic)' can't be assigned to the parameter type 'ScalarFunction'.
- 'ScalarFunction' is from 'package:dart_hydrologis_db/web_stubs.dart' ('/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/dart_hydrologis_db-1.0.0+1/lib/web_stubs.dart').
package:dart_hydrologis_db/web_stubs.dart:1
function: (args) {
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_geopackage-0.6.0+1/lib/com/hydrologis/flutter_geopackage/geopackage.dart:1084:19: Error: The argument type 'double? Function(dynamic)' can't be assigned to the parameter type 'ScalarFunction'.
- 'ScalarFunction' is from 'package:dart_hydrologis_db/web_stubs.dart' ('/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/dart_hydrologis_db-1.0.0+1/lib/web_stubs.dart').
package:dart_hydrologis_db/web_stubs.dart:1
function: (args) {
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_geopackage-0.6.0+1/lib/com/hydrologis/flutter_geopackage/geopackage.dart:1098:19: Error: The argument type 'double? Function(dynamic)' can't be assigned to the parameter type 'ScalarFunction'.
- 'ScalarFunction' is from 'package:dart_hydrologis_db/web_stubs.dart' ('/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/dart_hydrologis_db-1.0.0+1/lib/web_stubs.dart').
package:dart_hydrologis_db/web_stubs.dart:1
function: (args) {
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_geopackage-0.6.0+1/lib/com/hydrologis/flutter_geopackage/geopackage.dart:1112:19: Error: The argument type 'double? Function(dynamic)' can't be assigned to the parameter type 'ScalarFunction'.
- 'ScalarFunction' is from 'package:dart_hydrologis_db/web_stubs.dart' ('/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/dart_hydrologis_db-1.0.0+1/lib/web_stubs.dart').
package:dart_hydrologis_db/web_stubs.dart:1
function: (args) {
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_geopackage-0.6.0+1/lib/com/hydrologis/flutter_geopackage/geopackage.dart:1126:19: Error: The argument type 'bool? Function(dynamic)' can't be assigned to the parameter type 'ScalarFunction'.
- 'ScalarFunction' is from 'package:dart_hydrologis_db/web_stubs.dart' ('/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/dart_hydrologis_db-1.0.0+1/lib/web_stubs.dart').
package:dart_hydrologis_db/web_stubs.dart:1
function: (args) {
^
I don't use anything from the package when I get the error. I just import.
The text was updated successfully, but these errors were encountered:
When I add the package to import section:
import 'package:flutter_geopackage/flutter_geopackage.dart';
I get this error:
I don't use anything from the package when I get the error. I just import.
The text was updated successfully, but these errors were encountered: