persistent_header_adaptive 2.1.3 copy "persistent_header_adaptive: ^2.1.3" to clipboard
persistent_header_adaptive: ^2.1.3 copied to clipboard

A Flutter package that provides a SliverPersistentHeader with adaptive height capabilities, automatically adjusting to its content's size without requiring a fixed height.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add persistent_header_adaptive

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

dependencies:
  persistent_header_adaptive: ^2.1.3

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

Import it

Now in your Dart code, you can use:

import 'package:persistent_header_adaptive/persistent_header_adaptive.dart';
9
likes
160
points
3.33k
downloads

Publisher

verified publishercamillobucciarelli.dev

Weekly Downloads

A Flutter package that provides a SliverPersistentHeader with adaptive height capabilities, automatically adjusting to its content's size without requiring a fixed height.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on persistent_header_adaptive