···38}
39```
4041-### Usage with nix-shell
4243As `buildDartApplication` provides dependencies instead of `pub get`, Dart needs to be explicitly told where to find them.
44···75 depsListFile = ./deps.json;
76}
7778-### Usage with nix-shell
7980-See the [Dart documentation](#ssec-dart-applications) nix-shell instructions.
81```
···38}
39```
4041+### Usage with nix-shell {#ssec-dart-applications-nix-shell}
4243As `buildDartApplication` provides dependencies instead of `pub get`, Dart needs to be explicitly told where to find them.
44···75 depsListFile = ./deps.json;
76}
7778+### Usage with nix-shell {#ssec-dart-flutter-nix-shell}
7980+See the [Dart documentation](#ssec-dart-applications-nix-shell) nix-shell instructions.
81```