@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [ dart flutter androidenv.androidPkgs_9_0.platform-tools ];
}