flutter
flutter-wrapped 3.47.4
Makes it easy and fast to build beautiful apps for mobile and beyond
<rendered-html><p>Flutter is Google’s SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase.</p> <p>Modified binaries are linked into the original SDK directory for use with tools that use the whole SDK.</p> </rendered-html>
https://flutter.devBSD 3-clause "New" or "Revised" License
main program: flutterprograms: flutter, flutter-dev.bat, dart, flutter-dev, dart.bat, flutter.bat
Maintainers
Platforms (3)
x86_64-linuxaarch64-linuxaarch64-darwin
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ flutter ];
Ad-hoc shell
nix-shell -p flutter
Flake (nix run)
nix run nixpkgs#flutter