LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
FletXr.egg-info/PKG-INFO
FletXr.egg-info/SOURCES.txt
FletXr.egg-info/dependency_links.txt
FletXr.egg-info/requires.txt
FletXr.egg-info/top_level.txt
fletx/__init__.py
fletx/__main__.py
fletx/app.py
fletx/cli/__init__.py
fletx/cli/__pycache__/__init__.cpython-312.pyc
fletx/cli/commands/__init__.py
fletx/cli/commands/base.py
fletx/cli/commands/generate.py
fletx/cli/commands/newproject.py
fletx/cli/commands/runproject.py
fletx/cli/commands/__pycache__/__init__.cpython-312.pyc
fletx/cli/commands/__pycache__/base.cpython-312.pyc
fletx/cli/commands/__pycache__/generate.cpython-312.pyc
fletx/cli/commands/__pycache__/newcomponent.cpython-312.pyc
fletx/cli/commands/__pycache__/newproject.cpython-312.pyc
fletx/cli/commands/__pycache__/runproject.cpython-312.pyc
fletx/cli/templates/__init__.py
fletx/cli/templates/__pycache__/__init__.cpython-312.pyc
fletx/cli/templates/component/component.py.tpl
fletx/cli/templates/controller/controller.py.tpl
fletx/cli/templates/project/.python-version.tpl
fletx/cli/templates/project/README.md.tpl
fletx/cli/templates/project/main.py.tpl
fletx/cli/templates/project/pyproject.toml.tpl
fletx/cli/templates/project/requirements.txt.tpl
fletx/cli/templates/project/app/__init__.py.tpl
fletx/cli/templates/project/app/routes.py.tpl
fletx/cli/templates/project/app/components/__init__.py.tpl
fletx/cli/templates/project/app/components/reactive_text.py
fletx/cli/templates/project/app/controllers/__init__.py.tpl
fletx/cli/templates/project/app/controllers/counter.py
fletx/cli/templates/project/app/models/__ini__.py.tpl
fletx/cli/templates/project/app/pages/__init__.py.tpl
fletx/cli/templates/project/app/pages/counter.py.tpl
fletx/cli/templates/project/app/services/__init__.py.tpl
fletx/core/__init__.py
fletx/core/controller.py
fletx/core/di.py
fletx/core/effects.py
fletx/core/factory.py
fletx/core/observer.py
fletx/core/page.py
fletx/core/route_config.py
fletx/core/router.py
fletx/core/state.py
fletx/core/types.py
fletx/core/widget.py
fletx/core/__pycache__/__init__.cpython-312.pyc
fletx/core/__pycache__/controller.cpython-312.pyc
fletx/core/__pycache__/di.cpython-312.pyc
fletx/core/__pycache__/effects.cpython-312.pyc
fletx/core/__pycache__/factory.cpython-312.pyc
fletx/core/__pycache__/page.cpython-312.pyc
fletx/core/__pycache__/route_config.cpython-312.pyc
fletx/core/__pycache__/router.cpython-312.pyc
fletx/core/__pycache__/state.cpython-312.pyc
fletx/core/__pycache__/types.cpython-312.pyc
fletx/core/__pycache__/widget.cpython-312.pyc
fletx/core/navigation/guards.py
fletx/core/navigation/middleware.py
fletx/core/navigation/transitions.py
fletx/core/navigation/__pycache__/guards.cpython-312.pyc
fletx/core/navigation/__pycache__/middleware.cpython-312.pyc
fletx/core/navigation/__pycache__/transitions.cpython-312.pyc
fletx/decorators/__init__.py
fletx/decorators/controllers.py
fletx/decorators/effects.py
fletx/decorators/reactive.py
fletx/decorators/route.py
fletx/decorators/widgets.py
fletx/decorators/__pycache__/__init__.cpython-312.pyc
fletx/decorators/__pycache__/controllers.cpython-312.pyc
fletx/decorators/__pycache__/effects.cpython-312.pyc
fletx/decorators/__pycache__/reactive.cpython-312.pyc
fletx/decorators/__pycache__/route.cpython-312.pyc
fletx/decorators/__pycache__/widgets.cpython-312.pyc
fletx/utils/__init__.py
fletx/utils/context.py
fletx/utils/exceptions.py
fletx/utils/logger.py
fletx/utils/__pycache__/__init__.cpython-312.pyc
fletx/utils/__pycache__/context.cpython-312.pyc
fletx/utils/__pycache__/exceptions.cpython-312.pyc
fletx/utils/__pycache__/logger.cpython-312.pyc
fletx/widgets/__init__.py
fletx/widgets/reactive_builder.py
fletx/widgets/__pycache__/__init__.cpython-312.pyc
fletx/widgets/__pycache__/reactive_builder.cpython-312.pyc