Giter Site home page Giter Site logo

polkawallet-io / app Goto Github PK

View Code? Open in Web Editor NEW
147.0 147.0 69.0 25.2 MB

[Main] Polkawallet app.

Home Page: https://polkawallet.io

License: Apache License 2.0

Kotlin 0.01% Ruby 0.20% Swift 0.03% Objective-C 0.01% Dart 99.33% Shell 0.42%
flutter substrate wallet

app's People

Contributors

dingzuhua avatar dingzuhua2017 avatar gxhx avatar romeroyang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

app's Issues

Velvet

Para-chain name
Name of your para-chain.

Description
Overview of your para-chain.

  • Website: [e.g. https://acala.network]
  • Application: [e.g. https://apps.acala.network/]
  • Plugin repo: [e.g. https://github.com/polkawallet-io/polkawallet_plugin_acala]
  • Plugin repo ref: [Specific commit of the repo]

Plugin functions
Overview of your Plugin.

  • Function No.1 of the plugin.
  • Function No.2 of the plugin.
  • Other functions...

initial build error

Describe the bug
A clear and concise description of what the bug is.
error in initial build after git clone.

Expected behavior
A clear and concise description of what you expected to happen.
emulate app to AVD

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6] android oreo
  • OS: [e.g. iOS8.1] Linux mint
  • Version [e.g. 0.9.1-beta.1] 2.0.1

Additional context
Add any other context about the problem here.

error text

Running "flutter pub get" in app...
Warning: You are using these overridden dependencies:
! polkawallet_ui 0.1.4 from git https://github.com/polkawallet-io/ui.git at e81dc9
Launching lib/main.dart on Android SDK built for x86 in debug mode...
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/lib/src/path_provider_windows_real.dart:126:25: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
          knownFolderID.addressOf, KF_FLAG_DEFAULT, NULL, pathPtrPtr);
                        ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/biometric_storage-1.0.1+5/lib/src/biometric_storage_win32.dart:102:43: Error: The getter 'addressOf' isn't defined for the class 'CREDENTIAL'.
 - 'CREDENTIAL' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
      final result = CredWrite(credential.addressOf, 0);
                                          ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/biometric_storage-1.0.1+5/lib/src/biometric_storage_win32.dart:110:23: Error: The getter 'addressOf' isn't defined for the class 'CREDENTIAL'.
 - 'CREDENTIAL' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
      free(credential.addressOf);
                      ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1067:7: Error: The getter 'addressOf' isn't defined for the class 'LOGFONT'.
 - 'LOGFONT' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
      addressOf.cast<Uint8>().elementAt(28).cast<Utf16>();
      ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1112:29: Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
 - 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  LOGFONT get elfLogFont => addressOf.cast<LOGFONT>().ref;
                            ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1114:29: Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
 - 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').

Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  String get elfFullName => addressOf
                            ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1120:26: Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
 - 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.

  String get elfStyle => addressOf
                         ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1126:27: Error: The getter 'addressOf' isn't defined for the class 'ENUMLOGFONTEX'.
 - 'ENUMLOGFONTEX' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.

  String get elfScript => addressOf
                          ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2688:7: Error: The getter 'addressOf' isn't defined for the class 'OSVERSIONINFO'.
 - 'OSVERSIONINFO' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
      addressOf.cast<Uint8>().elementAt(20).cast<Utf16>().unpackString(128);
      ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2699:11: Error: The getter 'addressOf' isn't defined for the class 'OSVERSIONINFO'.
 - 'OSVERSIONINFO' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.

        ..addressOf.cast<Uint8>().elementAt(20).value = 0;
          ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2744:24: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_DEVICE_INFO'.
 - 'BLUETOOTH_DEVICE_INFO' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  String get szName => addressOf
                       ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2837:7: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_PIN_INFO'.
 - 'BLUETOOTH_PIN_INFO' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
      addressOf.cast<Uint8>().elementAt(BTH_MAX_PIN_SIZE).value;
      ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2840:5: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_PIN_INFO'.
 - 'BLUETOOTH_PIN_INFO' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    addressOf.cast<Uint8>().elementAt(BTH_MAX_PIN_SIZE).value =
    ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2845:28: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_PIN_INFO'.
 - 'BLUETOOTH_PIN_INFO' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
      String.fromCharCodes(addressOf.cast<Uint8>().asTypedList(pinLength));
                           ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2853:7: Error: The getter 'addressOf' isn't defined for the class 'BLUETOOTH_PIN_INFO'.
 - 'BLUETOOTH_PIN_INFO' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
      addressOf.cast<Uint8>().elementAt(idx).value = pinData[idx];
      ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart:38:31: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  final iid = GUID.allocate().addressOf;
                              ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart:56:33: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').

Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  final clsid = GUID.allocate().addressOf;
                                ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/winrt/winrt_helpers.dart:86:40: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  final riidCalendar = GUID.allocate().addressOf;
                                       ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IDesktopWallpaper.dart:197:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
 - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    final ptr = COMObject.allocate().addressOf;

                                     ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IDesktopWallpaper.dart:200:49: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').

Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(CLSID_DesktopWallpaper).addressOf,
                                                ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IDesktopWallpaper.dart:203:48: Error: The getter 'addressOf' isn't defined for the class 'GUID'.

 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(IID_IDesktopWallpaper).addressOf,
                                               ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileOpenDialog.dart:58:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
 - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    final ptr = COMObject.allocate().addressOf;
                                     ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileOpenDialog.dart:61:47: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(CLSID_FileOpenDialog).addressOf,
                                              ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileOpenDialog.dart:64:46: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(IID_IFileOpenDialog).addressOf,
                                             ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileSaveDialog.dart:99:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
 - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    final ptr = COMObject.allocate().addressOf;
                                     ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileSaveDialog.dart:102:47: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(CLSID_FileSaveDialog).addressOf,
                                              ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IFileSaveDialog.dart:105:46: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(IID_IFileSaveDialog).addressOf,
                                             ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IKnownFolderManager.dart:164:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
 - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    final ptr = COMObject.allocate().addressOf;
                                     ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IKnownFolderManager.dart:167:51: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(CLSID_KnownFolderManager).addressOf,
                                                  ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IKnownFolderManager.dart:170:50: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(IID_IKnownFolderManager).addressOf,
                                                 ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/INetworkListManager.dart:128:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
 - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.

    final ptr = COMObject.allocate().addressOf;
                                     ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/INetworkListManager.dart:131:51: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(CLSID_NetworkListManager).addressOf,
                                                  ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/INetworkListManager.dart:134:50: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
        GUID.fromString(IID_INetworkListManager).addressOf,
                                                 ^^^^^^^^^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IWbemLocator.dart:82:38: Error: The getter 'addressOf' isn't defined for the class 'COMObject'.
 - 'COMObject' is from 'package:win32/src/com/combase.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/com/combase.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    final ptr = COMObject.allocate().addressOf;
                                     ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IWbemLocator.dart:84:68: Error: The getter 'addressOf' isn't defined for the class 'GUID'.

 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
    final hr = CoCreateInstance(GUID.fromString(CLSID_WbemLocator).addressOf,
                                                                   ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/generated/IWbemLocator.dart:85:64: Error: The getter 'addressOf' isn't defined for the class 'GUID'.
 - 'GUID' is from 'package:win32/src/structs.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.

        nullptr, CLSCTX_ALL, GUID.fromString(IID_IWbemLocator).addressOf, ptr);
                                                               ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart:63:33: Error: The getter 'addressOf' isn't defined for the class 'Utf8'.
 - 'Utf8' is from 'package:ffi/src/utf8.dart' ('../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
  String toString() => fromUtf8(addressOf);
                                ^^^^^^^^^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1111:7: Error: Struct 'ENUMLOGFONTEX' is empty. Empty structs are undefined behavior.
class ENUMLOGFONTEX extends Struct {
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2835:7: Error: Struct 'BLUETOOTH_PIN_INFO' is empty. Empty structs are undefined behavior.
class BLUETOOTH_PIN_INFO extends Struct {
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2960:7: Error: Struct 'EXCEPINFO' is empty. Empty structs are undefined behavior.
class EXCEPINFO extends Struct {}
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2966:7: Error: Struct 'PROPERTYKEY' is empty. Empty structs are undefined behavior.

class PROPERTYKEY extends Struct {}
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2973:7: Error: Struct 'PROPVARIANT' is empty. Empty structs are undefined behavior.
class PROPVARIANT extends Struct {}
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2978:7: Error: Struct 'SAFEARRAY' is empty. Empty structs are undefined behavior.
class SAFEARRAY extends Struct {}
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2985:7: Error: Struct 'CLSID' is empty. Empty structs are undefined behavior.
class CLSID extends Struct {}
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2992:7: Error: Struct 'STATSTG' is empty. Empty structs are undefined behavior.
class STATSTG extends Struct {}
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2999:7: Error: Struct 'NLM_SIMULATED_PROFILE_INFO' is empty. Empty structs are undefined behavior.
class NLM_SIMULATED_PROFILE_INFO extends Struct {}
      ^
../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart:23:7: Error: Struct 'Utf8' is empty. Empty structs are undefined behavior.
class Utf8 extends Struct {
      ^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf16.dart:16:7: Error: Struct 'Utf16' is empty. Empty structs are undefined behavior.
class Utf16 extends Struct {
      ^

../../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/allocation.dart:47:33: Error: Expected type 'T' to be a valid and instantiated subtype of 'NativeType'.
  final int totalSize = count * sizeOf<T>();
                                ^

FAILURE: Build failed with an exception.
* Where:
Script '/home/workwork/snap/flutter/common/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1029
* What went wrong:
Execution failed for task ':app:compileFlutterBuildFdroidDebug'.
> Process 'command '/home/workwork/snap/flutter/common/flutter/bin/flutter'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3m 29s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

Send All of funds

Hello how to send your entire balance out your account?
Thank you

Social Recovery is missing in the Profile

Describe the bug
Social Recovery does not exist in the app, this is the post explains the process

https://polkawallet.medium.com/the-guidance-of-social-recovery-in-polkawallet-4dea03e8b07b

To Reproduce
Steps to reproduce the behavior:

  1. Download the latest version of the app and check
  2. Add account
  3. Go to Profile and will see no Social Recovery Exists in the app anymore

Expected behavior
here is where it was supposed to be :

image

Smartphone (please complete the following information):

image

polkawallet.apk

Describe the bug
最新版本2.3.1不能在oppo手机上安装,页面显示有病毒

654609b7a45d7e09011f226d2abcea6

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. Android]
  • Apk: [e.g. Apk]
  • Version [e.g. 2.3.1-beta.1]

Additional context
Add any other context about the problem here.

质押lp后,可用质押数量未更新

Describe the bug
质押lp后,总质押lp已更新,但是继续点击质押,里面可用的lp,还是保持不变,未更新

To Reproduce
Steps to reproduce the behavior:

  1. 进入存款盈利
  2. 点击质押,将可用的lp全部质押
  3. 点击质押

Expected behavior
可用质押为0

Screenshots
未质押前的总质押lp
image
质押数量
image
质押后显示的总质押lp
image
点进去质押扔显示可质押数量
image

Acala Dex模块

  1. 滑点限制应和web端一致,目前app采用最高滑点5%,web端采用50%
  2. swap中的代币图标需调整
    image
  3. 存款盈利中,存入流动性,aUSD 图标不显示
    image

Polkawallet support for web and android documentation.

Is your feature request related to a problem? Please describe.
Hi,
I'm having trouble building the app locally for android and Chrome.
Specifically does polkawallet support web?
If so are there any specific instructions for building or a community forum?

Describe the solution you'd like
Is there a set of build instructions or an element or discord channel with more documentation on the build process.

Describe alternatives you've considered
I was able to build with ios and run locally fine.

Additional context
Here is a gist file showing the different errors when running with -d web and for android devices
https://gist.github.com/johnwhitton/092fe2929655ae6da9011777de89c81f

对已有的账户导入和新建观察账户

该账户已经存在的情况下,导入该账户,或建立此账户观察账户
问题描述:

  1. 导入并不是覆盖,而是新建了一个
  2. 若有此账户,则在建立观察账户时,应不被允许
    image

魅族手机创建不了账户

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 0.9.1-beta.1]

Additional context
Add any other context about the problem here.
IMG_20210724_162637
![IMG_20210724_162849](https://us
image
er-images.githubusercontent.com/18606623/126862820-68e3194b-88b7-44cd-a96a-5715e3f265b0.jpg)

Issue in loading balance after deposit or withdrawal

It takes soo much time in refreshing the balance of Dot token at the home page although the transaction showing but balance not getting uodated
As here we can see
Screenshot_20210724-232451
7(balance) + 88.29+44.95+16.88 = 157 ++ here the last transaction of 16.88 not getting update since too long...

Acala Ldot 模块

  1. 提取的立即取回,显示的数量是ldot数量,单位却显示为 DOT , 应统一换算成 dot 数量

Password never created

Describe the bug
I was never asked to set a password at set up (February 2021). The latest version of the app appears to require a password. Is there perhaps a default one that has been added?

To Reproduce
Steps to reproduce the behavior:
This is on the iPhone app (I am using the latest version as at September 2021)

  1. Go to any of the sections that require a password

Expected behavior
When I used the app before a password was not required for transfers. It now appears you need to do a password to do anything? I therefore can see my balance, and have full control of the app but cannot transfer any of my KSM.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • iPhone 10, latest version

Additional context
This is an issue faced by multiple users and appears to be an issue with some users never having to provide their credentials on setting up the app. I therefore expect some kind of default password has been generated.

polkawallet-io/polkawallet-flutter#203

CANNOT unstake KSM from Polkawallet !! Kindly assist, SVP!

Hello!
Describe the bug
A clear and concise description of what the bug is: 2 related issues/bugs:

  1. Despite staking my KSM weeks ago (13 May 21), I have NEVER received ANY rewards at all; (see attached screenshot).

  2. In anticipation of the KSM/KUR parachain auction, I tried tp UNBOND but the app did not allow (see attached screenshot).

Steps to reproduce the behavior:
The KSM seem to be stuck in the bonding. The 'Unbonding' button stays unlit, while 'Bond More' is the only lit (i.e., available) option.

A clear and concise description of what you expected to happen.
I expected the KSM to unstake!!

Screenshots
If applicable, add screenshots to help explain your problem.
K Wallet

Smartphone (please complete the following information):

  • Devise/Phone = Samsung A10s
  • OS = One UI 2.0
  • Version = Android 9.0 (Pie), upgradable to Android 10,

Additional context Add any other context about the problem here.
Unbonding used to work, no more!

Thank you!
Dr Mike

Character limit for passwords

Is your feature request related to a problem? Please describe.
User reported a limit of 18 characters in the password for a wallet.

Describe the solution you'd like
Is there a particular reason this limit exists, or could this be increased?

Additional context
IMG_20210409_131451_662

js fails to load when multiple polkawallet apps are opened

While building a different app or even the example app from the official sdk, only one app can be used at a time. There should be a way to disconnect and unload the js when it fails to load in such a case. The error thrown is as follows.

E/flutter (24516): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: SocketException: Failed to create server socket (OS Error: The shared flag to bind() needs to be `true` if binding multiple times on the same (address, port) combination.), address = 0.0.0.0, port = 8080
E/flutter (24516): #0      _NativeSocket.bind (dart:io-patch/socket_patch.dart:957:7)
E/flutter (24516): <asynchronous suspension>
E/flutter (24516): #1      Jaguar.serve (package:jaguar/serve/server.dart:110:20)
E/flutter (24516): <asynchronous suspension>
E/flutter (24516): #2      WebViewRunner._startLocalServer (package:polkawallet_sdk/service/webViewRunner.dart:112:5)
E/flutter (24516): <asynchronous suspension>
E/flutter (24516): #3      WebViewRunner.launch (package:polkawallet_sdk/service/webViewRunner.dart:45:7)
E/flutter (24516): <asynchronous suspension>
E/flutter (24516): #4      SubstrateService.init (package:polkawallet_sdk/service/index.dart:56:5)
E/flutter (24516): <asynchronous suspension>
E/flutter (24516): #5      WalletSDK.init (package:polkawallet_sdk/polkawallet_sdk.dart:31:5)
E/flutter (24516): <asynchronous suspension>
E/flutter (24516): #6      WalletService.disconnect (package:polka/code/service.dart:20:5)
E/flutter (24516): <asynchronous suspension>

Cannot import account from keystore

Describe the bug
Unsure of how to actually restore from Keystore.json. I can't figure out a way to actually select the file and import it into the wallet.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Select wallet
  2. Click on Add account
  3. See inability to select the keystore file saved on the device

Expected behavior
Perhaps a 'file storage' permission to pop up, after which permission can be given to select a file from your device, and then select the keystore.json file exported from the polkadot.js.org/extension

Screenshots
Video instead:

polkawallet.how.to.keystore.mp4

Smartphone (please complete the following information):

  • Device: Oneplus 6 - but I believe this to be non-essential
  • OS: OxygenOS version 10.3.9
  • Version v2.0.2-beta.2

Additional context
N/a

Missing Observation Wallet Option

Describe the bug

After install of the wallet on android the observation wallet option is missing

To Reproduce
Steps to reproduce the behavior:

  1. Open app
  2. tap "Import Account"
  3. tap "Source Type"
  4. See missing "Observation" account option

Expected behavior

Observation account option is available for selection

Screenshots

Screenshot_20210422-144043

Smartphone (please complete the following information):

  • Device: Pixel 4a
  • OS: Android 11
  • Version 2.0.3

flutter run 报错... List' is from 'dart:core'

为什么我flutter run 后会出现这个?是因为dark sdk (2.10.2)版本号不对?

../../flutter/.pub-cache/git/polkawallet_plugin_acala-ac2bdc78fcbc5775bae87686f2d2947a23534884/lib/pages/assets/tokenDetailPage.dart:59:42: Error: The argument type 'List' can't be assigned to the parameter type 'int'.

  • 'List' is from 'dart:core'.

TypeError: Cannot read property 'keyring' of null

I had meet some problem!! please help

======== Exception caught by widgets library =======================================================
LateInitializationError: Local 'built' has not been initialized.
The relevant error-causing widget was:
Observer file:///D:/android%20flutter/app/app/lib/pages/account/create/backupAccountPage.dart:37:12

TypeError: Cannot read property 'keyring' of null

======== Exception caught by flutter_mobx ==========================================================
The following MobXCaughtException was thrown:
NoSuchMethodError: invalid member on null: 'keyring'

my flutter and dart version is correctly.it is sdk wrong?

Urgent my account and investment loss.

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 0.9.1-beta.1]

Additional context
Add any other context about the problem here.
I connected to my polkawallet dot and ksm account with my iphone with a mac address of (I sent to acala support). You can see from the beer to the bag holder. I have previously informed you that I could not reach my wallet. My wallet that I can't reach is Ea9YVo9Nw4khz96WvLjhGAAxLGFYuzJr8K3pd3rdtaDPcef

. My account is not visible in my polkawallet Wallet.  Therefore, I can't see my karura balance either.  I can't add the ksm wallet where I bought Karura tokens.  I am sending the attached images of the wallets that appear in my polkawallet account.  I don't want to lose my money. The vollet adress I have mentioned below. My account is not visible in my polkawallet Wallet.  Therefore, I can't see my karura balance either.  I can't add the ksm wallet where I bought Karura tokens.  I am sending the attached images of the wallets that appear in my polkawallet account.  I don't want to lose my money.
The vollet adress I have mentioned below. My account is not visible in my polkawallet Wallet.  Therefore, I can't see my karura balance either.  I can't add the ksm wallet where I bought Karura tokens.  I am sending the attached images of the wallets that appear in my polkawallet account.  I don't want to lose my money.

I sign in mnomenic or raw seed. But my ksm and dot dont import my polkawallet. I sent you all information and screenshot that wallet mine. Please can you send me information or link for sign in or recover to my wallet?

I sent to Acala all screenshots and informations. But l can not get helps.

I don't even want to think that you won't be able to help from a big company like you. You need to add a way to retrieve code and information such as mobile phone, e-mail address to the system. I have sent my entire investment to you. I will send you whatever information you want. identity information, pictures, videos, etc. I proved that I sent you ksm from my Binance account with screenshots. I don't want to regret trusting polkawallet and ksm.

I am a lawyer. I don't want to open your first case. It is the best option for you to understand me and give me my due.

I'm waiting for a solution not a suggestion please.

I tried all the options to fix the problem. I even restored my phone. but there are no mnomenics other than the ones I have.

My name is Dursun AL. My mail address: [email protected]

Not possible to create or import an account

Describe the bug
Month ago i have installed polkawallet app, create an account, had updated every time. Until now works all fine. For other reason i had to deinstall the APP, and installed it new. But eighter now i cant import account and i cant create an account.
If i try to creater, there is comming only a blackscreen till i click in my phone on back. If i try to import account there is no blackscreen but only blank site.
I've tried several times, every time the same issue.

Smartphone (please complete the following information):

  • Device: Galaxy s5 : sm-g900f
  • OS: android 9

Screenshot_20210605-111002_Polkawallet

UI update

  1. add Account manage page for observation account.
  2. add Redeem Token action in Adjust bonded menu in staking page.

Issue in loading balance after deposit or withdrawa

It takes soo much time in refreshing the balance of Dot token at the home page although the transaction showing but balance not getting uodated
As here we can see ... Balance in blockchain showing 157 but not in the app ...it lags a lot although after clear all cache and restarted app and phone but still an issue.
Screenshot_20210724-233600__01
Screenshot_20210724-232451__01
Screenshot_20210724-232451__01

7(balance) + 88.29+44.95+16.88 = 157 ++ here the last transaction of 16.88 not getting update since too long...

Add release builds (apk files and iOS if possible) to tags/releases // can't recover from seed used in older version

Is your feature request related to a problem? Please describe.
Users can't recover their accounts. This may be due to using a new (major) version of the software.

Describe the solution you'd like
The ability to download and run older versions. Please these listed and downloadable (with a checksum) here: https://github.com/polkawallet-io/app/tags

Describe alternatives you've considered
Any other reputable, and easy to find from your site and the github here (readme) place for old versions (no playstore required)

Additional context
Please give a guide as to how your seed generation is handled for users. As well as the default derivation paths, seed word list, and passwords used in account generation.

Cannot connect to Kusama wallet

Describe the Bug
I cannot connect to and use my Kusama wallet on Polkawallet

To Reproduce
Steps to reproduce the behavior:

  1. Go to Kusama wallet
  2. It attempts to connect to remote node
  3. Nothing happens

Expected behavior
I am able to connect to my Polkadot account but not Kusama, I cannot access my funds

Screenshots
None

Smartphone (please complete the following information):

  • Device:iPhone8
  • OS: iOS14.6

Additional context
Add any other context about the problem here.

Acala 借贷模块

  1. 自助借贷中,任何操作,数据不刷新,仅取出或生成导致的aUSD余额变动

Restore password from Keystore

Hello,

I would like to ask you for help. I installed the Polkawallet a few weeks ago and repeatedly sent there some DOT tokens. The problem is that I found out that I have lost the password to my Polkawallet and I can't send any DOT tokens to anywhere without this password. I have the keystore json file and I am thinking about cracking my password with the hashcat tool, I could maybe do it, because my password had 6 characters. Maybe if you could help me what hash type I should use from this list https://hashcat.net/wiki/doku.php?id=example_hashes or how can I generate the hashfile (from these values: address, encoded and pubKey from json) for hashcat I would be very thankful.

I was thinking about using this hash mode (see example): 
MultiBit HD (scrypt) -> $multibit$2*address*encoded*pubKey

But in this case I got this error from hashcat:
Hashfile 'hashcode.txt' on line 1 ($multi......6b): Token length exception

I also find some tutorial how to do it for ethereum wallet but the json keystore is different for Polkawallet:
https://www.youtube.com/watch?v=ZuhtaCgY0wc
https://stealthsploit.com/2017/06/12/ethereum-wallet-cracking/

I would appreciate if you can help me with this issue.

Best Regards
Jeremy

Cannot connect to Kusama wallet

Describe the bug
I can’t connect to kusama wallet on polkawallet

To Reproduce
Steps to reproduce the behavior:

  1. Go to Kusama wallet
  2. It attempts to connect to remote node
  3. Nothing happens

Expected behavior
I am able to see my funds in the wallet

Screenshots

image

Smartphone (please complete the following information):

  • Device: iPhone 8plus
  • OS: iOS 14.6

Additional context
none

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.