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

Add new inline remember router variants #101

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Add new inline remember router variants #101

merged 3 commits into from
Nov 25, 2024

Conversation

xxfast
Copy link
Owner

@xxfast xxfast commented Nov 25, 2024

With this issue fixed, we can finally start using the inline variant - which is much nicer API

- val router: Router<StackScreens> = rememberRouter(StackScreens::class) { listOf(List) }
+ val router: Router<StackScreens> = rememberRouter { listOf(List) } 

@xxfast xxfast merged commit 159751c into main Nov 25, 2024
10 checks passed
@xxfast xxfast deleted the ir/inline branch November 25, 2024 02:08
@xxfast xxfast changed the title Add new inline remember variants Add new inline remember router variants Dec 5, 2024
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.

1 participant