Code Monkey home page Code Monkey logo

gradient-widgets's Introduction

Pub

Gradient Widgets

Installation

In your pubspec.yaml root add:

dependencies:
  gradient_widgets: ^0.3.0

then,

import 'package:gradient_widgets/gradient_widgets.dart';

Gradient Widgets

A minimal set of Flutter widgets encased with beautiful gradients.

You can use them when your UI needs user attention/focus, , e.g., login or send actions, or important shopping item title (see Gradient Screens to get the idea ๐Ÿ˜‰)

โ˜‘๏ธ GradientText

โ˜‘๏ธ GradientCard

โ˜‘๏ธ GradientButton

โ˜‘๏ธ CircularGradientButton

โ˜‘๏ธ GradientProgressIndicator

โ—ป๏ธ CircularGradientProgressIndicator

Usage

GradientCard

GradientCard(gradient: Gradients.tameer);

most parameters are the same as the Card.

GradientProgressIndicator

Gradient Widgets

must be gradient.colors.length = 2

indeterminate

GradientProgressIndicator(
                  gradient: Gradients.rainbowBlue,
                );

determinate

GradientProgressIndicator(
                  gradient: Gradients.rainbowBlue,
                  value: 0.65,
                );

GradientButton

GradientButton(
                 child: Text('Gradient'),
                 callback: () {},
                 gradient: Gradients.backToFuture,
           ),

most parameters are the same as any *Button.

CircularGradientButton

CircularGradientButton(
                 child: Icon(Icons.gradient),
                 callback: (){},
                 gradient: Gradients.rainbowBlue,
           ),

most parameters are the same as FloatingActionButton.

GradientText

GradientText('Hello',
             shaderRect: Rect.fromLTWH(0.0, 0.0, 50.0, 50.0),
             gradient: Gradients.hotLinear,
             style: TextStyle(fontSize: 40.0,),);

all parameters are the same as the Text.

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

gradient-widgets's People

Contributors

bluemix avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.