flutter / put-flutter-to-work

A Flutter add-to-app demo you can try with your own apps
BSD 3-Clause "New" or "Revised" License
321 stars 38 forks source link

Move recommended location for Flutter module in Angular #105

Open RedBrogdon opened 2 years ago

RedBrogdon commented 2 years ago

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.