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

Can't runApp on web with --release or --profile #890

Closed
kiszewski opened this issue Aug 28, 2023 · 5 comments
Closed

Can't runApp on web with --release or --profile #890

kiszewski opened this issue Aug 28, 2023 · 5 comments
Labels
bug Something isn't working new New issue request attention p1

Comments

@kiszewski
Copy link

kiszewski commented Aug 28, 2023

Describe the bug
After runApp using ModularApp I got the error:
"Expected symbol ":" but found "AutoInjectorImpl_addInstance_closure" at line 1 column 46."

Environment
Flutter (Channel stable, 3.13.1, on macOS 13.4.1 22F82 darwin-arm64, locale en-BR)
flutter_modular: ^6.1.0+1

To Reproduce
flutter run --profile

Screenshots
image

@kiszewski kiszewski added the new New issue request attention label Aug 28, 2023
@joaovvrodrigues
Copy link

Se precisa compilar algo com urgência, como foi meu caso, tu pode travar nessas versões aqui que vai funcionar:

dependency_overrides:
auto_injector: 1.2.0
flutter_modular: 6.0.4+1
modular_core: 3.0.3+1

@lyf571321556
Copy link

same issue on v6.1.0+1,When one builds a Flutter web app with 'flutter build web --release/--profile --web-renderer html',then the app does not load (blank screen),run the command without the argument --release or --profile web app works.

@jacobaraujo7 jacobaraujo7 added bug Something isn't working p1 labels Aug 31, 2023
@jacobaraujo7
Copy link
Contributor

Working

@jacobaraujo7
Copy link
Contributor

Fixed.
Please, check v6.3.1

@kiszewski
Copy link
Author

It works for me now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new New issue request attention p1
Projects
None yet
Development

No branches or pull requests

4 participants