All Projects → joostlek → Gradientappbar

joostlek / Gradientappbar

Licence: bsd-3-clause
Gradient app bar for Flutter

Programming Languages

dart
5743 projects
dartlang
94 projects

Projects that are alternatives of or similar to Gradientappbar

Gradientify
Create beautiful, animated gradients with ease. This JS library provides you with an easy-to-use API to create and put animated gradients wherever you want on your website.
Stars: ✭ 16 (-86.44%)
Mutual labels:  gradient
Grview
UIView and other UIKit elements with a gradient and other attributes for IOS
Stars: ✭ 39 (-66.95%)
Mutual labels:  gradient
Awesome Gradient
😎 A curated list of awesome Gradient frameworks, libraries and software and resources
Stars: ✭ 98 (-16.95%)
Mutual labels:  gradient
Pas Coogeo
Pas-CooGeo is coordinate geometry library for Pascal.
Stars: ✭ 25 (-78.81%)
Mutual labels:  gradient
Ahoy Onboarding
Android onboarding library.
Stars: ✭ 951 (+705.93%)
Mutual labels:  gradient
Mkringprogressview
⭕️ Ring progress view similar to Activity app on Apple Watch
Stars: ✭ 1,140 (+866.1%)
Mutual labels:  gradient
Flowing Gradient
Android Library to make a flowing gradient effect, similar to that used in Instagram Android login screen
Stars: ✭ 701 (+494.07%)
Mutual labels:  gradient
Gradientpathrenderer
Renders MKPolyline with a fancy multicoloured gradient fill
Stars: ✭ 112 (-5.08%)
Mutual labels:  gradient
Rwidgethelper
Android UI 快速开发,专治原生控件各种不服
Stars: ✭ 996 (+744.07%)
Mutual labels:  gradient
Colorgrad
Go (Golang) color scales library for maps, charts, data-visualization & creative coding.
Stars: ✭ 96 (-18.64%)
Mutual labels:  gradient
Zygote.jl
Intimate Affection Auditor
Stars: ✭ 933 (+690.68%)
Mutual labels:  gradient
Gradient
Library for dealing with color gradients in ruby
Stars: ✭ 15 (-87.29%)
Mutual labels:  gradient
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (-35.59%)
Mutual labels:  gradient
Gradientbutton
A Button that supports gradient ramp for background, the Angle of the circular, shadow. You can also customize it use hardcode.(支持渐变色背景、带阴影、可设置圆角的按钮)
Stars: ✭ 19 (-83.9%)
Mutual labels:  gradient
Kaloader
Beautiful animated placeholders for showing loading of data
Stars: ✭ 99 (-16.1%)
Mutual labels:  gradient
Gradients
🌔 A curated collection of splendid 180+ gradients made in swift
Stars: ✭ 719 (+509.32%)
Mutual labels:  gradient
Vggradientswitch
一个渐变效果的Switch
Stars: ✭ 48 (-59.32%)
Mutual labels:  gradient
Shapy
Shapy is a CSS gradient editor that lets you size, position and layer CSS gradients on a single div element.
Stars: ✭ 115 (-2.54%)
Mutual labels:  gradient
Typrogressbar
Custom animating gradient progress bar
Stars: ✭ 106 (-10.17%)
Mutual labels:  gradient
Stepper
Fancy Step Wizard 😎
Stars: ✭ 80 (-32.2%)
Mutual labels:  gradient

Gradient App Bar

Love the material AppBar? Do you want to add more color to the appbar? Here's a gradientAppBar.

It works just like the normal AppBar. Also with actions, back buttons, titles. So it's just your normal AppBar, but with a twist!

Screenshots

image image

Getting Started

  1. Depend on it by adding this to your pubspec.yaml file: gradient_app_bar: ^0.1.3

  2. Import it: import 'package:gradient_app_bar/gradient_app_bar.dart'

  3. Replace your current AppBar (In the scaffold) to GradientAppBar.

appBar: GradientAppBar(
    title: Text('Flutter'),
    gradient: LinearGradient(colors: [Colors.blue, Colors.purple, Colors.red])
  ),
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].