Skip to content

Advanced Topics

Shaban Kamel edited this page Aug 31, 2024 · 1 revision

Advanced Topics

Sharing Solara

In native development, managing multiple codebases can be challenging—unlike in Flutter, where a single codebase suffices. To ensure consistency across various codebases, it's essential to share brand configurations effectively.

Solution: Git Submodules

By using Git Submodules for the solara folder, all teams can access and share the same brand configurations. This approach promotes:

  • Consistency: Ensures all projects adhere to the same brand standards.
  • Reusability: Allows common configurations to be reused across different codebases.
  • Effortless Management: Simplifies updates and maintenance of shared configurations.

With this setup, teams can collaborate more efficiently while maintaining a unified brand identity.

Clone this wiki locally