RedDwarf
RedDwarf
Perhaps a flutter_inappwebview_plus lib could be created to keep the project alive? Cc @AlexV525 @Doflatango @Manuito83 @EArminjon
> I sent him a private email but he hasn't answered yet, sadly Me too few days ago
I'm new on Starknet project but i created on Archethic Public Blockchain Wallet the wallet app (https://github.com/archethic-foundation/archethic-wallet) with dart SDK to interact between the blockchain, the wallet and dapps (https://github.com/archethic-foundation/archethic-wallet-client-dart)....
TODO - [ ] : Remove AuthScreenOverlay from VaultCipherDelegate : @Chralu
https://github.com/jamesblasco/modal_bottom_sheet/issues?q=is%3Aissue+is%3Aopen+not+attached+to+any+scroll+views
> @redDwarf03 have you tried using js- like `js: ^0.6.4` and creating an interop? > > ``` > import 'package:js/js.dart'; > > @JS('BigInt') > class JSBigInt { > external JSBigInt(String...
I create this dart class based on dart test classes but i think dart core team should expose a method to manipulate Bigint and JSBigInt ``` import 'dart:js_interop'; @JS() external...
@kevmoo The same with JSFunction if possible :)
thx. i will explore your comment on JSFunction
@srujzs about JSBigint and JSArray: I have an JSArray 2 cases: ### 1 - I manage conversion directly in dart ``` @JS() extension type WriteContractParameters._(JSObject _) implements JSObject { external...