bryanoltman / stager

Apache License 2.0
21 stars 5 forks source link

Stager app builds full app instead of only required classes/files #12

Open bryanoltman opened 2 years ago

bryanoltman commented 2 years ago

The main() functions that launch Stager apps (ex: https://github.com/bryanoltman/stager/blob/main/example/lib/pages/posts_list/posts_list_page_scenes.stager_app.dart) builds the full app, including dependencies and files that aren't used by the stager app. Ideally, a Stager app would only build the code required to run the Stager app.