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