RedDwarf
RedDwarf
Yes. we used material 3 in new flutter projects, https://github.com/archethic-foundation/aeweb But in the wallet, we have too many tasks to prioritize for the moment material 3 I put this issue...
linked to https://github.com/archethic-foundation/archethic-wallet/issues/283
- [ ] migrate the new OpenSessionChallengeHandler, which uses Sheets on an entire screen - [ ] internationalize the ValidateSessionForm screen
@under3415 have you any news since this issue please ?
No, i didn't find a solution. I commented on my control in my app. I published without the control the certificate and private key on the server and it worked....
some infos about the goal of my request ## Context Currently, the Archethic wallet generates its private/public key pair from a derivation of the seed represented in the wallet by...
perhaps try something like that. I hope it's a lead ``` import 'dart:convert'; import 'dart:developer'; import 'package:flutter/services.dart'; import 'package:http/http.dart'; import 'package:web3dart/web3dart.dart'; class Contract { final String apiUrl = 'http://127.0.0.1:7545'; Future...
do you know if something like interface.parseError in ether.js exists in dart ? Thx
Try https://pub.dev/packages/webthree. it works well! And you can keep your actual web3dart code because it's a fork of web3dart + wallet management
@ggomaeng have you found the solution please ?