FLUTTER ECOSYSTEM

Zachariah-Abraham/glass

एक फ्लटर पैकेज जो किसी भी विजेट को उसके ग्लास संस्करण में बदलने की अनुमति देता है

कांच प्रोजेक्ट कवर
Stars
18
Forks
6
अंतिम पुश (UTC)
17 नव॰ 2024
प्रोजेक्ट स्थिति
सक्रिय
Arapurayil Zachariah Abraham GitHub avatar
भाषाएँ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