nixpkgs/pkgs/development/compilers/flutter
hacker1024 17cb291df1 flutter: Allow adding extra dependencies to the wrapper
Flutter application derivations can add dependencies and build flags, but it's not as easy during development.

As an alternative to nix-shell, a custom Flutter wrapper can be built with dependencies required by projects.

This feature builds on the existing build environment setup techniques required for Linux desktop support, so is fairly cheap to maintain.
2023-04-16 21:20:25 +10:00
..
engine-artifacts flutter: Download engine artifacts individually 2023-04-15 02:09:28 +10:00
patches flutter: Don't check executable locations in doctor 2023-04-13 18:02:26 +10:00
default.nix flutter: Use fetchzip instead of fetchurl for source downloads 2023-04-15 01:52:30 +10:00
flutter.nix flutter.mkFlutterApp: Rename to flutter.buildFlutterApplication 2023-04-15 20:57:21 +10:00
sdk-symlink.nix flutter: Redesign wrapping architecture 2023-02-18 00:43:17 +11:00
wrapper.nix flutter: Allow adding extra dependencies to the wrapper 2023-04-16 21:20:25 +10:00