minimise icon indicating copy to clipboard operation
minimise copied to clipboard

Minimise app built using kotlin multiplatform

Results 9 minimise issues
Sort by recently updated
recently updated
newest added

I added NavOptionsBuilder ``` interface NavigationCommand { val arguments: List val destination: String val builder: NavOptionsBuilder.() -> Unit } ``` but I cannot access **start navigation** because I don't have...

Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...

I struggled a bit with the part with arguments. I think there is something missing in the `Arch`.

StateFlow won't emit the same value twice. For example, if we enter a screen and then press the android back button (without using navigationManager), then we will not be able...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.3.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

navigationManager.commands.collectAsState().value.also { command -> if (command.destination.isNotEmpty()) { navController.navigate(command.destination) } } Can cause nullpointer exceptions on recomposition because the navgraph is not initialized yet. It shoudl be something like: LaunchedEffect(navigationManager.commands){ navigationManager.commands.collect{...

First I'm not sure if this is an issue in your code base or not, but we implemented something very similar but with RxJava. I left a comment on your...

![image](https://user-images.githubusercontent.com/13652235/126253849-8c9049a2-511e-4e71-892f-6343c969f90a.png) it caused a problem that not found this API_KEY when I compiled the project.