add timeline pkg to flutter

This commit is contained in:
2026-02-24 19:26:17 +01:00
parent 0d1119b2af
commit 28898fb081
33 changed files with 2617 additions and 43 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "@zendegi/z-timeline",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "flutter build web --release --wasm --base-href /flutter/ && node scripts/copy-build.mjs"
}
}