There was an error while loading. Please reload this page.
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.