Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 655 Bytes

File metadata and controls

23 lines (16 loc) · 655 Bytes

A libadwaita package for providing an extension to AdwActions for window_manager package

Usage

First import this package at the top of your dart file

import 'package:libadwaita_window_manager/libadwaita_window_manager.dart';

Then simply pass it to the actions parameter of AdwHeaderBar

AdwHeaderBar(
    actions: AdwActions().windowManager,
    ...
)

Additional information

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

This package is a part of libadwaita package.