-
Notifications
You must be signed in to change notification settings - Fork 3
Can't start app on ios simulator with regtest #462
Comments
@klochowicz do we need #215 after all? |
@holzeis , what's the use-case? we can fully test the library with a native build on regtest, and use the simulator with testnet to ensure the widgets work well. |
Would The problem with the environment variables is, that we cannot set them inside the simulator. Will we be able to set the arguments when running the app inside the simulator? |
well, you can do that, but it's not the nicest developer experience in my point of view, given that you could achieve the same thing with using --dart-define instead of environment variables. |
Yes! like environment variables. |
|
It does, you have to use const though - very weird. |
@bonomat It's unfortuntely not possible to access the arguments passed through |
NETWORK=regtest flutter run
The app starts against the default setting testnet instead of regtest
The text was updated successfully, but these errors were encountered: