flutter: remove non-stable versions

Related issue #108606.

Nowadays we have multiple outdated versions of Flutter in nixpkgs.
Instead, let's focus in having in having stable versions of Flutter
working.

Users needing to use beta or dev versions of Flutter can use mkFlutter
function, that still exists.
This commit is contained in:
Thiago Kenji Okada
2021-01-27 14:48:06 -03:00
parent 0b5fd3b784
commit ec644e05cb
7 changed files with 6 additions and 121 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, unzip, version ? "2.7.2" }:
{ lib, stdenv, fetchurl, unzip, version ? "2.10.0" }:
let