Marcos Paulo Farias

Results 11 comments of Marcos Paulo Farias

@androiddevnotes Can you review my PR? If it is OK to you, please label as `hacktoberfest-accepted` 😃

@androiddevnotes Can you review my PR? If it is OK to you, please label as `hacktoberfest-accepted` 😃

Hi @tassiolucas What are the next steps to finish this feature? I can pause merge in master until you finish if it help. Do you need some help in implementation?

@tassiolucas some specific reason to add a 3rd party library instead of making calls to pokeapi with retrofit?

Go on @Vaibhav2002 :)

@rishujam Yes :D

Same problem here. I'm using koin version 3.5.3 This not work: ```kotlin startKoin { androidLogger() androidContext(this@MainApplication) modules(MainModule.instance) } ``` Using @hoangchungk53qx1's [suggestion](https://github.com/InsertKoinIO/koin/issues/1735#issuecomment-1901882124) works: ```kotlin startKoin { androidLogger() module { single...

Same here. Does anyone have some solutions?

> you can pass a navigator to the bottom sheet and then use that inside the bottom sheet to open a new screen instead of the bottom sheet This solution...