Commit d220a959 authored by Edgar Pireyn's avatar Edgar Pireyn Committed by github-actions[bot]
Browse files

plant-it-frontend: init at 0.10.0

(cherry picked from commit 2aa307ab)
parent c8038975
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
{
  lib,
  flutter326,
  plant-it,
}:

flutter326.buildFlutterApplication {
  pname = "plant-it-frontend";
  inherit (plant-it) version src;
  sourceRoot = "source/frontend";

  targetFlutterPlatform = "web";

  pubspecLock = lib.importJSON ./pubspec.lock.json;

  meta = plant-it.meta // {
    description = "Frontend for Plant It";
  };
}
+1758 −0

File added.

Preview size limit exceeded, changes collapsed.