Flutter: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Development == | == Development == | ||
=== Linux desktop/Web === | |||
To build Flutter apps to Linux desktop or Web you only need the <code>flutter</code> package from Nixpkgs. | |||
Then run <code>flutter build linux</code> or <code>flutter build web</code>. | |||
=== Android === | |||
The easiest way is to install Android Studio by adding <code>pkgs.androidstudio</code> to your list of packages in configuration.nix. | The easiest way is to install Android Studio by adding <code>pkgs.androidstudio</code> to your list of packages in configuration.nix. |