Daxexs
Daxexs
> mabey use @app.config def config(page: ft.Page): > > not ft.data You are right, check the documentation for version 0.1.3 which is compatible with previous versions * https://daxexs.github.io/flet-easy/0.1.3 According to...
Hello, thanks for your comment regarding the preliminary versions in pypi. These are test versions for building the app in different versions (apk, web, etc.). These versions are based on...
# data.go_navigation_bar Handles navigation bar changes. Use this method in the on_change event of 'ft.NavigationBar' or 'ft.CupertinoNavigationBar' controls. ## Example ```python ft.NavigationBar( destinations=[ ft.NavigationBarDestination(icon=ft.Icons.CODE, label="counter 1"), ft.NavigationBarDestination(icon=ft.Icons.SYNC_DISABLED, label="counter 2"), ft.NavigationBarDestination(...
I will take that into consideration, thank you for commenting.
I will take that into account to fix it. For now, you can fix it using the `page_404` decorator. More information here: https://daxexs.github.io/flet-easy/latest/customized-app/page-404/#example