FLUTTER ECOSYSTEM

NeatFastro/layered_image

NeatFastro/layered_image open-source repository details.

layered_image 專案封面
Stars
11
Forks
2
最近推送(UTC)
2021年7月26日
專案狀態
未封存
Neat Fastro GitHub avatar
GITHUB User

Neat Fastro ↗

Software Engineer by birth

@statelysoftEarth
語言DartHTMLSwiftKotlinObjective-C

此儲存庫發佈的套件

使用的依賴

依賴清單 2 項
  • flutter{"sdk":"flutter"}
  • flutter_test開發依賴{"sdk":"flutter"}

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

layered_image

Demo

video

LayeredImage(
    backgroundImageUrl: 'https://background-image-url',
    layersImagesUrl: [
    'https://image-1-url',
    'https://image-2-url',
    'https://image-3-url',
    'https://image-n-url',
  ],
),