FLUTTER ECOSYSTEM

gskinnerTeam/flutter-extra-alignments

額外的對齊方式,幫助您的佈局更易讀(TopLeft、TopRight 等)

flutter-extra-alignments 專案封面
Stars
15
Forks
1
最近推送(UTC)
2021年11月25日
專案狀態
未封存
gskinner team GitHub avatar
GITHUB Organization

gskinner team ↗

We collaborate with smart, motivated clients to conceptualize, design, and build world-class interactive experiences.

Edmonton, Canada官方網站 ↗
語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 3 項
  • flutter{"sdk":"flutter"}
  • flutter_test開發依賴{"sdk":"flutter"}
  • flutter_lints開發依賴^1.0.0

原始 README

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

展開 / 收合專案 README

extra alignments

Why should Center get all the love?

This package adds additional alignments to help make your layouts more readable.

The full set includes:

  • TopLeft
  • TopCenter
  • TopRight
  • CenterLeft
  • CenterRight
  • BottomLeft
  • BottomCenter
  • BottomRight

🔨 Installation

dependencies:
  extra_alignments: ^1.0.0+1
⚙ Import
import 'package:extra_alignments/extra_alignments.dart';

🐞 Bugs/Requests

If you encounter any problems please open an issue. If you feel the library is missing a feature, please raise a ticket on Github and we'll look into it. Pull request are welcome.

📃 License

MIT License