plant-it-frontend: init at 0.10.0

(cherry picked from commit 2aa307ab83)
This commit is contained in:
Edgar Pireyn
2025-05-22 17:25:48 +02:00
committed by github-actions[bot]
parent c8038975d0
commit d220a959b6
2 changed files with 1777 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
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";
};
}

File diff suppressed because it is too large Load Diff