ghost_app_bar 0.1.0 copy "ghost_app_bar: ^0.1.0" to clipboard
ghost_app_bar: ^0.1.0 copied to clipboard

An invisible app bar scaffold with a gradient scrim and iOS-style large-title collapse. Content scrolls behind the bar and dissolves into the status bar with no visible seam.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ghost_app_bar

With Flutter:

 $ flutter pub add ghost_app_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ghost_app_bar: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ghost_app_bar/ghost_app_bar.dart';
1
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

An invisible app bar scaffold with a gradient scrim and iOS-style large-title collapse. Content scrolls behind the bar and dissolves into the status bar with no visible seam.

Repository (GitHub)
View/report issues

Topics

#appbar #scroll #ui #widget

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ghost_app_bar