LICENSE
MANIFEST.in
PYPI.md
README.md
pyproject.toml
FletXr.egg-info/PKG-INFO
FletXr.egg-info/SOURCES.txt
FletXr.egg-info/dependency_links.txt
FletXr.egg-info/entry_points.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/commands/__init__.py
fletx/cli/commands/base.py
fletx/cli/commands/check.py
fletx/cli/commands/generate.py
fletx/cli/commands/newproject.py
fletx/cli/commands/runproject.py
fletx/cli/commands/testproject.py
fletx/cli/templates/__init__.py
fletx/cli/templates/component/component.py.tpl
fletx/cli/templates/controller/controller.py.tpl
fletx/cli/templates/guard/guard.py.tpl
fletx/cli/templates/middleware/middleware.py.tpl
fletx/cli/templates/page/page.py.tpl
fletx/cli/templates/project/.gitignore
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/__init__.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/pages/not_found.py.tpl
fletx/cli/templates/project/app/services/__init__.py.tpl
fletx/cli/templates/project/app/utils/__init__.py
fletx/cli/templates/project/app/utils/theme.py
fletx/cli/templates/project/assets/logo.png
fletx/cli/templates/service/service.py.tpl
fletx/core/__init__.py
fletx/core/controller.py
fletx/core/di.py
fletx/core/effects.py
fletx/core/factory.py
fletx/core/http.py
fletx/core/page.py
fletx/core/route_config.py
fletx/core/router.py
fletx/core/services.py
fletx/core/state.py
fletx/core/types.py
fletx/core/widget.py
fletx/core/concurency/__init__.py
fletx/core/concurency/config.py
fletx/core/concurency/event_loop.py
fletx/core/concurency/worker.py
fletx/core/routing/config.py
fletx/core/routing/guards.py
fletx/core/routing/middleware.py
fletx/core/routing/models.py
fletx/core/routing/router.py
fletx/core/routing/transitions.py
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/navigation/__init__.py
fletx/utils/__init__.py
fletx/utils/context.py
fletx/utils/exceptions.py
fletx/utils/logger.py
fletx/utils/version_checker.py
fletx/widgets/__init__.py
fletx/widgets/obx.py
tests/test_check_command.py
tests/test_di.py
tests/test_fletxapp.py
tests/test_fletxcontroller.py
tests/test_fletxpage.py
tests/test_httpclient.py
tests/test_reactivity.py
tests/test_routing_config.py
tests/test_routing_guards.py
tests/test_routing_middleware.py
tests/test_routing_models.py
tests/test_routing_router.py
tests/test_routing_transitions.py