Skip to content

Commit

Permalink
Merge pull request #321272 from Aleksanaa/flutter-doc
Browse files Browse the repository at this point in the history
doc/dart: minor fix to example code
  • Loading branch information
Aleksanaa committed Jun 21, 2024
2 parents 4bebab5 + 4e6ae78 commit e739fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/dart.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```nix
{ flutter, fetchFromGitHub }:
{ flutter322, fetchFromGitHub }:
flutter322.buildFlutterApplication {
pname = "firmware-updater";
Expand Down

0 comments on commit e739fee

Please sign in to comment.