Skip to content

trello-clone.md missing imports #448

@evereux

Description

@evereux

https://github.com/flet-dev/website/blob/main/docs/tutorials/trello-clone.md

I think app_layout.py is missing:

from flet.core.control import Control

due to the line

        self._active_view: Control = ft.Column(

Also, Sidebar.py contains the line:

    def __init__(self, app_layout, store: DataStore):

I've no clue what DataStore is?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions