plant-it-frontend: init at 0.10.0

This commit is contained in:
Edgar Pireyn
2025-05-22 17:25:48 +02:00
parent e2b421c169
commit 2aa307ab83
2 changed files with 1777 additions and 0 deletions
@@ -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