mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #321272 from Aleksanaa/flutter-doc
doc/dart: minor fix to example code
This commit is contained in:
commit
e739feeb6e
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ See the [Dart documentation](#ssec-dart-applications) for more details on requir
|
||||||
`flutter` in Nixpkgs always points to `flutterPackages.stable`, which is the latest packaged version. To avoid unforeseen breakage during upgrade, packages in Nixpkgs should use a specific flutter version, such as `flutter319` and `flutter322`, instead of using `flutter` directly.
|
`flutter` in Nixpkgs always points to `flutterPackages.stable`, which is the latest packaged version. To avoid unforeseen breakage during upgrade, packages in Nixpkgs should use a specific flutter version, such as `flutter319` and `flutter322`, instead of using `flutter` directly.
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{ flutter, fetchFromGitHub }:
|
{ flutter322, fetchFromGitHub }:
|
||||||
|
|
||||||
flutter322.buildFlutterApplication {
|
flutter322.buildFlutterApplication {
|
||||||
pname = "firmware-updater";
|
pname = "firmware-updater";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue