Does anyone know if flow extensions for `DataSourc...
# android-architecture
k
Does anyone know if flow extensions for
DataSource.Factory
already exist as a package? If not, is there somewhere that makes sense to contribute them?
m
In terms of official support, most likely that would go in
androidx.paging:paging-common-ktx
, and there are no extensions for
DataSource.Factory
in
androidx.paging:paging-common-ktx:2.1.0
(latest current version).
k
do you know if they accept pull requests?
m
I can't answer that, sorry. If anything, it would be through their whole Gerrit-based system for AOSP, which (last I checked) is still how the main AndroidX libraries are being developed.
d
Hello! We're very open to pull requests! Let me know if you need help getting setup. 🙂
in terms of kotlin-flow extensions, that would probably be shipped as a new artifact so I'd need to file a ticket and get that approved first
k
awesome! I will take a look into this. Thanks!