-
-
Notifications
You must be signed in to change notification settings - Fork 206
Getting error when using Parse with flutter web #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you using version 1.0.27? |
Yes I am using 1.0.27 |
I just imported the package and even without using it and without initializing the Parse I am getting this error again.
and here is my puspec.yaml file:
My flutter version: Flutter 1.22.0-12.1.pre This error does not happen when I deploy the app to a mobile device. Just with web |
Hi, can you run Greetings! |
Thank you but still no success |
I am sorry, some how this disappeared from my github notifications. |
No it disappeared without any reason. Thank you |
I am closing this now, I assume some file was cached wrongly. |
I am getting errors when I want to run the flutter web app:
`ang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:104:42: Error: Type 'Pointer' not found.
typedef _DeleteClass_Dart = int Function(Pointer obj, Pointer strClass,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:104:55: Error: Type 'Pointer' not found.
typedef _DeleteClass_Dart = int Function(Pointer obj, Pointer strClass,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:104:55: Error: Expected 0 type arguments.
typedef _DeleteClass_Dart = int Function(Pointer obj, Pointer strClass,
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:105:17: Error: Type 'Pointer' not found.
int lFlags, Pointer pCtx, Pointer ppCallResult);
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:105:17: Error: Expected 0 type arguments.
int lFlags, Pointer pCtx, Pointer ppCallResult);
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:105:50: Error: Type 'IntPtr' not found.
int lFlags, Pointer pCtx, Pointer ppCallResult);
^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:400:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_CreateClassEnumAsync_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:400:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_CreateClassEnumAsync_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:405:19: Error: 'Pointer' isn't a type.
int PutInstance(Pointer pInst, int lFlags, Pointer pCtx,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:405:57: Error: 'Pointer' isn't a type.
int PutInstance(Pointer pInst, int lFlags, Pointer pCtx,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:406:19: Error: 'IntPtr' isn't a type.
Pointer ppCallResult) =>
^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:406:11: Error: 'Pointer' isn't a type.
Pointer ppCallResult) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:407:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_PutInstance_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:407:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_PutInstance_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:412:24: Error: 'Pointer' isn't a type.
int PutInstanceAsync(Pointer pInst, int lFlags,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:413:11: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer pResponseHandler) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:413:36: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer pResponseHandler) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:414:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_PutInstanceAsync_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:414:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_PutInstanceAsync_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:419:22: Error: 'Pointer' isn't a type.
int DeleteInstance(Pointer strObjectPath, int lFlags,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:420:11: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer ppCallResult) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:420:44: Error: 'IntPtr' isn't a type.
Pointer pCtx, Pointer ppCallResult) =>
^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:420:36: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer ppCallResult) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:421:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_DeleteInstance_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:421:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_DeleteInstance_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:426:27: Error: 'Pointer' isn't a type.
int DeleteInstanceAsync(Pointer strObjectPath, int lFlags,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:427:11: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer pResponseHandler) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:427:36: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer pResponseHandler) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:428:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_DeleteInstanceAsync_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:428:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_DeleteInstanceAsync_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:433:26: Error: 'Pointer' isn't a type.
int CreateInstanceEnum(Pointer strFilter, int lFlags,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:434:11: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer ppEnum) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:434:44: Error: 'IntPtr' isn't a type.
Pointer pCtx, Pointer ppEnum) =>
^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:434:36: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer ppEnum) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:435:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_CreateInstanceEnum_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:435:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_CreateInstanceEnum_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:440:31: Error: 'Pointer' isn't a type.
int CreateInstanceEnumAsync(Pointer strFilter, int lFlags,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:441:11: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer pResponseHandler) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:441:36: Error: 'Pointer' isn't a type.
Pointer pCtx, Pointer pResponseHandler) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:471:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_ExecNotificationQuery_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:477:11: Error: 'Pointer' isn't a type.
Pointer strQueryLanguage,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:478:11: Error: 'Pointer' isn't a type.
Pointer strQuery,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:480:11: Error: 'Pointer' isn't a type.
Pointer pCtx,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:481:11: Error: 'Pointer' isn't a type.
Pointer pResponseHandler) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:482:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_ExecNotificationQueryAsync_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:482:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_ExecNotificationQueryAsync_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:488:11: Error: 'Pointer' isn't a type.
Pointer strObjectPath,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:489:11: Error: 'Pointer' isn't a type.
Pointer strMethodName,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:491:11: Error: 'Pointer' isn't a type.
Pointer pCtx,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:492:11: Error: 'Pointer' isn't a type.
Pointer pInParams,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:493:19: Error: 'IntPtr' isn't a type.
Pointer ppOutParams,
^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:493:11: Error: 'Pointer' isn't a type.
Pointer ppOutParams,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:494:19: Error: 'IntPtr' isn't a type.
Pointer ppCallResult) =>
^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:494:11: Error: 'Pointer' isn't a type.
Pointer ppCallResult) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:495:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_ExecMethod_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:495:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_ExecMethod_Native>>.fromAddress(
^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:501:11: Error: 'Pointer' isn't a type.
Pointer strObjectPath,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:502:11: Error: 'Pointer' isn't a type.
Pointer strMethodName,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:504:11: Error: 'Pointer' isn't a type.
Pointer pCtx,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:505:11: Error: 'Pointer' isn't a type.
Pointer pInParams,
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:506:11: Error: 'Pointer' isn't a type.
Pointer pResponseHandler) =>
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:507:15: Error: 'NativeFunction' isn't a type.
Pointer<NativeFunction<_ExecMethodAsync_Native>>.fromAddress(
^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.2/lib/src/generated/IWbemServices.dart:507:7: Error: Method not found: 'Pointer.fromAddress'.
Pointer<NativeFunction<_ExecMethodAsync_Native>>.fromAddress(
^^^^^^^^^^^
Failed to compile application.
The text was updated successfully, but these errors were encountered: