libadwaita_core 0.5.3 copy "libadwaita_core: ^0.5.3" to clipboard
libadwaita_core: ^0.5.3 copied to clipboard

A libadwaita package for providing AdwControls and AdwActions for AdwHeaderBar

A libadwaita package for providing AdwControls and AdwActions for AdwHeaderBar

Usage #

First import this package at the top of your dart file

import 'package:libadwaita_core/libadwaita_core.dart';

Then simply pass it to the actions and controls parameter of AdwHeaderBar

AdwHeaderBar(
    actions: AdwActions(
        onClose: ...,
        ...
    ),
    controls: AdwControls(
        closeBtn: (onClose) => ...,
        ...
    ),
    ...
)

Additional information #

This package is a part of libadwaita package.

2
likes
130
pub points
57%
popularity

Publisher

unverified uploader

A libadwaita package for providing AdwControls and AdwActions for AdwHeaderBar

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on libadwaita_core