15 , _experimental-update-script-combinators
19 flutter319.buildFlutterApplication rec {
20 pname = "flet-client-flutter";
23 src = fetchFromGitHub {
27 hash = "sha256-mjqPIm4LspW1LB4H08FVwEN0JOwTPTLaUxOjZ3n6u8A=";
30 sourceRoot = "${src.name}/client";
33 "-DMIMALLOC_LIB=${mimalloc}/lib/mimalloc.o"
36 pubspecLock = lib.importJSON ./pubspec.lock.json;
47 gst_all_1.gst-plugins-base
54 ++ mpv-unwrapped.buildInputs
55 ++ libplacebo.buildInputs
59 pubspecSource = runCommand "pubspec.lock.json" {
61 inherit (flet-client-flutter) src;
63 cat $src/client/pubspec.lock | yq > $out
66 updateScript = _experimental-update-script-combinators.sequence [
67 (gitUpdater { rev-prefix = "v"; })
68 (_experimental-update-script-combinators.copyAttrOutputToFile "flet-client-flutter.pubspecSource" ./pubspec.lock.json)
73 description = "Framework that enables you to easily build realtime web, mobile, and desktop apps in Python. The frontend part";
74 homepage = "https://flet.dev/";
75 changelog = "https://github.com/flet-dev/flet/releases/tag/v${version}";
76 license = lib.licenses.asl20;
77 maintainers = with lib.maintainers; [ heyimnova lucasew ];