You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Ideally, the compiled version of the Flutter module used with the Angular project would be maintained in the assets rather than the src folder. This is because Angular considers /src to be the root for source files it needs to examine and compile, while /assets is for those things that are to be included by not compiled.
We should update the README to present this as the happy path for doing the integration, and update the Angular app in the repo to use that approach.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ideally, the compiled version of the Flutter module used with the Angular project would be maintained in the
assets
rather than thesrc
folder. This is because Angular considers/src
to be the root for source files it needs to examine and compile, while/assets
is for those things that are to be included by not compiled.We should update the README to present this as the happy path for doing the integration, and update the Angular app in the repo to use that approach.
The text was updated successfully, but these errors were encountered: