FLUTTER ECOSYSTEM

leonzone/loading

💎 一個 Flutter 載入進度指示器小部件。容易使用,容易擴展

載入中 專案封面
Stars
99
Forks
35
最近推送(UTC)
2022年9月22日
專案狀態
未封存
Reiser Xu GitHub avatar
GITHUB User

Reiser Xu ↗

Creator, Builder

Beijing,China
語言DartObjective-CJava

此儲存庫發佈的套件

使用的依賴

依賴清單 4 項
  • flutter{"sdk":"flutter"}
  • loading{"path":"./loading"}
  • cupertino_icons^0.1.2
  • flutter_test開發依賴{"sdk":"flutter"}

原始 README

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

展開 / 收合專案 README

Loading

A flutter widget of loading progress Indicator. Easy to use, easy to extend

https://raw.githubusercontent.com/leonzone/loading/HEAD/art/loading.gif

Installation

Add dependency to pubspec.yaml

dependencies:
  ...
  loading: ^1.0.2

Run in your terminal

flutter packages get

Example

      body: Container(
        color: Colors.lightBlue,
        child: Center(
          child: Loading(indicator: BallPulseIndicator(), size: 100.0, color: Colors.pink),
        ),
      ),

Thanks

AVLoadingIndicatorView