Nick Nevzorov

Results 4 issues of Nick Nevzorov

Hi Proposal: ``` _InlineItemData? _find(String name, bool field) { for (var data in dataList) { if (data.name == name && data.field == field) { return data; } } return null;...

zlib.encode does not working in web application ```dart import 'dart:io'; import 'dart:convert'; void main() { var str = "123"; print(utf8.decode(zlib.decode(zlib.encode(utf8.encode(str))))); } ``` `Exception: Uncaught (in promise) Error: Unsupported operation: _newZLibDeflateFilter`...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Analytics ### Which platforms are affected? Web ### Description...

type: bug
plugin: analytics
platform: web
Needs Attention

Settings - Wallets and Addresses - Bitcoin - Import Addresses ![BTC](https://github.com/user-attachments/assets/1fcd9878-43e5-455f-bced-34892f03b70e) This function importing only legacy addresses (P2PKH). It will be greater if wee can select address type (Legacy ,...