FLUTTER ECOSYSTEM

AmirJabbari/flutter-glow

आसानी से उपयोग किया जा सकने वाला ग्लो फ्लटर UI किट।

flutter-glow प्रोजेक्ट कवर
Stars
29
Forks
10
अंतिम पुश (UTC)
16 अग॰ 2024
प्रोजेक्ट स्थिति
सक्रिय
Amir Jabbari GitHub avatar
GITHUB User

Amir Jabbari ↗

Just a Learner

findbalance.appIran
भाषाएँDartHTMLKotlinSwiftObjective-C

तकनीकी विषय

उपयोग की गई निर्भरताएँ

निर्भरता सूची 3 आइटम
  • flutter{"sdk":"flutter"}
  • pedanticडेवलपमेंट^1.11.0
  • testडेवलपमेंट^1.14.4

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

Flutter Glow package

Header

complete and easy to use flutter glow ui kit that help you to create and use glow widgets.

installation

for install this package add package to your pubspec.yaml file:

dependencies:
  flutter_glow: ^0.3.0

run flutter pub get to download package. also, import the package in your file:

import 'package:flutter_glow/flutter_glow.dart';

Widgets

Preview Widget Description
https://github.com/payam-zahedi/flutter-glow/blob/master/res/images/components/button.png?raw=true GlowButton A Glow button that show inkwell animation to intracting with user
https://github.com/payam-zahedi/flutter-glow/blob/master/res/images/components/icon.png?raw=true GlowIcon A Glow widget that is responsible for show icon with glow effect
https://github.com/payam-zahedi/flutter-glow/blob/master/res/images/components/text.png?raw=true GlowText Glow text is used to show glow under the text
https://github.com/payam-zahedi/flutter-glow/blob/master/res/images/components/checkbox.png?raw=true GlowCheckbox A button associated with a value, can be checked/unckecked, if checked, takes the color value
https://github.com/payam-zahedi/flutter-glow/blob/master/res/images/components/radio.png?raw=true GlowRadio A set of glow radio component with single selection at time.
https://github.com/payam-zahedi/flutter-glow/blob/master/res/images/components/switch.png?raw=true GlowSwitch Glow is an cupertino switch that integrated with GlowContainer to show glow under Switch

Glow Theme

you can create your own GlowTheme. Since GlowTheme is an InheritedWidget you can use it to Handle whole app changes or use it for tiny scope.