flutter_gradient_app_bar_plus 0.4.5 copy "flutter_gradient_app_bar_plus: ^0.4.5" to clipboard
flutter_gradient_app_bar_plus: ^0.4.5 copied to clipboard

The official AppBar, with a more colorful twist. Add gradients to spice up your application and make it beautiful. This is a Fork of flutter_gradient_app_bar

Flutter Gradient App Bar #

This is a fork of flutter_gradient_app_bar, but with Flutter 3.35/Dart 3 support. If you're still using Flutter 3.x < 3.34, use the original package.

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. Install the dependency:
  $ flutter pub add flutter_gradient_app_bar_plus
  1. Import the package:
import 'package:flutter_gradient_app_bar/flutter_gradient_app_bar_plus.dart'
  1. Replace your Scaffold AppBar with GradientAppBar.
appBar: GradientAppBar(
  title: Text('Flutter'),
  gradient: LinearGradient(
    colors: [Colors.blue, Colors.purple, Colors.red],
  ),
),
1
likes
160
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

The official AppBar, with a more colorful twist. Add gradients to spice up your application and make it beautiful. This is a Fork of flutter_gradient_app_bar

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_gradient_app_bar_plus