Tom Friml
Tom Friml
``` Compiler message: ../../../flutter/.pub-cache/hosted/pub.dartlang.org/sailor-0.6.0/lib/src/sailor.dart:429:43: Error: This expression has type 'void' and can't be used. return this.navigatorKey.currentState.pop(result); ^ ``` ### Flutter doctor ``` Doctor summary (to see all details, run flutter...
I've got a button in my app which would force orientation change (from portrait to landscape and back). Most of the time this works fine and the image is updated...
Documentation describes how to use `IModularNavigator` to intercept navigation calls but I'm not sure how to test that the correct route was pushed. ```dart class ModularNavigateMock extends Mock implements IModularNavigator...
Currently when using multiple guards when first guard fails rather than redirecting to the first failed guard route it just continues through all the routes and returns *last* failed guard...
I'm trying to estimate the gas fee for the ERC20 token transaction - in this case transferring DAI from one address to another (on Mumbai). The code for estimating the...