25 buildPythonPackage rec {
27 inherit (flet-client-flutter) version src;
31 sourceRoot = "${src.name}/sdk/python/packages/flet";
45 propagatedBuildInputs = [
64 pythonImportsCheck = [
69 description = "A framework that enables you to easily build realtime web, mobile, and desktop apps in Python";
70 homepage = "https://flet.dev/";
71 changelog = "https://github.com/flet-dev/flet/releases/tag/v${version}";
72 license = lib.licenses.asl20;
73 maintainers = with lib.maintainers; [ heyimnova lucasew ];