50Bytes-dev
50Bytes-dev
Started working with this wonderful library and encountered the same problem. Any updates?
@geudrik use my PR #801
Example usage: ```typescript FileService.uploadFile({ file, }).axiosConfig({ onUploadProgress: (event) => { // Do something with the event console.log(event.loaded / event.total) } }) ```
Use my PR #801
> Thanks for your PR! > > I've been wondering if your solution is the same as https://flet.dev/docs/guides/python/session-storage/ ? No. My solution allows you to access the session without accessing...
For example, my application uses the langchain library, which has a huge pile of tools and now instead of throwing a page variable into each tool I can just import...
> @50Bytes-dev, will you mind documenting this addition somewhere in the flet-docs? :) I have no idea how best to do it and in what location. It would be easier...
@abrookins please merge, I need this
Check my PR #1682