Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/root coordinator #23

Merged
merged 23 commits into from
Oct 11, 2023
Merged

Feature/root coordinator #23

merged 23 commits into from
Oct 11, 2023

Conversation

erikdrobne
Copy link
Owner

@erikdrobne erikdrobne commented Oct 10, 2023

  • Create a RootCoordinator responsible for managing the root navigation flow of the application. It serves as the top-level coordinator in your application's coordinator hierarchy
  • Create weak reference objects for the child coordinator and transitions to avoid runtime errors such as dangling pointer
  • Improve unit tests
  • Improve Example app: AppCoordinator, DependencyContainer, CoordinatorFactory, ...

@erikdrobne erikdrobne requested a review from tadelv October 10, 2023 08:58
@erikdrobne erikdrobne merged commit e3b8686 into main Oct 11, 2023
1 check passed
@erikdrobne erikdrobne deleted the feature/root-coordinator branch October 11, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants