Philip-Leron
Philip-Leron
Okay thanks Sent from my iPhone > On 27 May 2019, at 11:23 PM, Sebastian Raschka wrote: > > There are several different models and approaches I tried. For instance,...
meanwhile i cant see anything in the https://flet.dev/docs/getting-started/custom-controls and my app is not running too
error is coming fro this class Main(UserControl): def __init__(self, page:Page,): super().__init__().. code was working until i upgraded flet... old flet version doent have some properties i required....and this error shows...
this is what i have...... from pages.forgotpassword import ForgotPassword from pages.login import Login from pages.signup import SignUp from pages.home import Home from flet import * class Main(UserControl): def __init__(self, page:Page):...
https://github.com/Philip-Leron/flet_portal