Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] add support for web-hostname and web-port #55

Closed
andrewpmoore opened this issue Apr 15, 2020 · 2 comments
Closed

[Feature Request] add support for web-hostname and web-port #55

andrewpmoore opened this issue Apr 15, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@andrewpmoore
Copy link

If I run
flutter run --verbose -d chrome --web-hostname localhost --web-port 7357

so that my chrome instance is running on a specific port (needed for google sign in) it works fine.

If I enter the same but with fvm on the start I just get errors that the options aren't defined.
Would it be possible to add support for these?

@andrewpmoore andrewpmoore added the enhancement New feature or request label Apr 15, 2020
@leoafarias
Copy link
Owner

leoafarias commented Apr 16, 2020

This is currently an impediment on the args module. Please use ./fvm run for now

@leoafarias
Copy link
Owner

This has been solved with version 0.72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants