50Bytes-dev

Results 22 comments of 50Bytes-dev

Started working with this wonderful library and encountered the same problem. Any updates?

Example usage: ```typescript FileService.uploadFile({ file, }).axiosConfig({ onUploadProgress: (event) => { // Do something with the event console.log(event.loaded / event.total) } }) ```

> 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