FLUTTER ECOSYSTEM

Zachariah-Abraham/glass

一個 Flutter 套件,可將任何組件轉換為其玻璃版本

玻璃 專案封面
Stars
18
Forks
6
最近推送(UTC)
2024年11月17日
專案狀態
未封存
Arapurayil Zachariah Abraham GitHub avatar
GITHUB User

Arapurayil Zachariah Abraham ↗

@AmazonBengaluru, India官方網站 ↗
語言CMakeDartC++SwiftC

此儲存庫發佈的套件

使用的依賴

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

原始 README

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

展開 / 收合專案 README

Pub Version License

Glass

Easily convert any Widget into a glass / frosted glass version of itself, following the glassmorphism / glassmorphic design trend.

Sample screenshot Sample screenshot 2

Installation

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
    glass:
2. Install it

You can install packages from the command line:

$ pub get
..

Alternatively, your editor might support pub. Check the docs for your editor to learn more.

3. Import it

Now in your Flutter code, you can use:

import 'package:glass/glass.dart';

Usage

Simply call .asGlass() on the widget you want to convert to glass.

For example:

Container(
    child: someChild,
).asGlass()

A full example can be found in the example directory

About me

Visit my LinkedIn at https://www.linkedin.com/in/zaca