emiliodallatorre / NewGradientAppBar

Gradient app bar for Flutter

Home Page:https://pub.dartlang.org/packages/gradient_app_bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Gradient App Bar

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

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: new_gradient_app_bar: ^0.1.4

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

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

appBar: NewGradientAppBar(
    title: Text('Flutter'),
    gradient: LinearGradient(colors: [Colors.blue, Colors.purple, Colors.red])
  ),

About

Gradient app bar for Flutter

https://pub.dartlang.org/packages/gradient_app_bar

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 98.8%Language:Shell 0.6%Language:Objective-C 0.5%Language:Java 0.1%