-
Notifications
You must be signed in to change notification settings - Fork 1
Configure your project
Julian Finkler edited this page Apr 15, 2025
·
1 revision
After you installed the necessary packages you can start setting up the project.
Before we start you should understand the high level architecture of catalyst_builder
flowchart
subgraph catalyst_builder
CodeGenerator
ServiceContainer
end
subgraph YourApp
ServiceContainerPlugin
main.dart
main.catalyst_builder.plugin.g.dart
end
CodeGenerator -->|generates| main.catalyst_builder.plugin.g.dart
ServiceContainerPlugin -->|is registered in| ServiceContainer
main.dart -->|resolve services using| ServiceContainer
As you can see, there is a generated file in the graph.