saurabhwadekar / flet_route

Simplest way of flet routing
MIT License
55 stars 3 forks source link

Async #4

Closed move123456789 closed 1 year ago

move123456789 commented 1 year ago

I don't know if async is supported, i have tryed but have not managed to get it to work. If its not supported will it be sometime in the future?

saurabhwadekar commented 1 year ago

Yes, asynchronous support will be available in the upcoming release.

saurabhwadekar commented 1 year ago

If flet-route has worked for you, don't forget to star it. it cheers up

move123456789 commented 1 year ago

I will

move123456789 commented 1 year ago

I saw you added async support 😁 Thank you, when will new pypi package be released?

saurabhwadekar commented 1 year ago

after doing some tests

move123456789 commented 1 year ago

Okay, nice i packed it myself and tested it out, it works perfect for me so far

saurabhwadekar commented 1 year ago

I am thinking of releasing it with a cli tool

move123456789 commented 1 year ago

Okay, will it still work with static flet website then? https://flet.dev/docs/guides/python/publishing-static-website/ right now i can just write flet-route in my requirements.txt and it will micropip install the package in the pyodide enviroment and it works perfect

saurabhwadekar commented 1 year ago

There will be no changes in the original package. Just add cli packages to it separately

move123456789 commented 1 year ago

Okay, nice

saurabhwadekar commented 1 year ago

You can install flet-route 0.3.0 from pypi

move123456789 commented 1 year ago

Nice :D