I'm making a library for Pdfs in compose. The reme...
# compose
z
I'm making a library for Pdfs in compose. The remember methods I made all take unstable parameters. Is this bad?
Copy code
fun rememberPdfState(
  unstable pfd: ParcelFileDescriptor
): PdfState
fun rememberPdfState(
  unstable uri: Uri
): PdfState
fun rememberPdfState(
  unstable url: URL
): PdfState
fun rememberPdfState(
  unstable file: File
): PdfState
w
Depends on how to write remember in implementation
v
side question: is this pdf library open source? it might be of interest to me
z
yes itll be on github
v
If it already is id love a link. Otherwise I'd appreciate a DM when you do launch it
z
Sure! I haven't pushed yet but I will sometime https://github.com/zt64/compose-pdf