nixpkgs/pkgs/build-support/flutter
hacker1024 0495725a1f flutter.buildFlutterApplication: Introduce a package override repository
Some Flutter packages require additional attribute values to be added to buildFlutterApplication, to add things like libraries and environment variables.

To prevent duplication in applications that use the packages, a repository of package overrides is kept. buildFlutterApplication will look for package overrides for each dependency, and apply them by calling overrideAttrs on itself.
2023-04-17 03:21:01 +10:00
..
default.nix flutter.buildFlutterApplication: Introduce a package override repository 2023-04-17 03:21:01 +10:00