Flutter
How do I package my Flutter app with nix?
Your best bet is dart-flutter-nix. You can try nixpkgs's [mkFlutterApp https://github.com/NixOS/nixpkgs/blob/unstable/pkgs/development/compilers/flutter/flutter.nix#L165] too, but it is at the moment very broken: https://github.com/NixOS/nixpkgs/issues/211606