Skip to content

Latest commit

 

History

History

libadwaita_titlebar_buttons

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A libadwaita package for providing an extension to AdwControls for titlebar_buttons package

Usage

First import this package at the top of your dart file

import 'package:libadwaita_titlebar_buttons/libadwaita_titlebar_buttons.dart';

Then simply pass it to the controls parameter of AdwHeaderBar

AdwHeaderBar(
    controls: AdwControls().titlebarButtons(),
    ...
)

Additional information

This package is dependent on titlebar_buttons for providing the Window object, Hence when it gets updated then this package also needs to be updated.

This package is a part of libadwaita package.