libadwaita_bitsdojo 0.5.5 copy "libadwaita_bitsdojo: ^0.5.5" to clipboard
libadwaita_bitsdojo: ^0.5.5 copied to clipboard

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

Get platform independent appWindow object for your libadwaita app, Fixes compilation errors on mobile and web plaforms.

Usage #

First import this package at the top of your dart file

import 'package:libadwaita_bitsdojo/libadwaita_bitsdojo.dart';

Then simply pass it to the actions parameter of AdwHeaderBar

AdwHeaderBar.bitsdojo(
    actions: AdwActions().bitsdojo,
//  ...
)

Note: This package will conflict bitsdojo_window appWindow object, so either use this if you want cross compilation else use the original package.

Additional information #

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

This package is a part of libadwaita package.

3
likes
130
pub points
49%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

bitsdojo_window_linux, bitsdojo_window_macos, bitsdojo_window_platform_interface, bitsdojo_window_windows, flutter, libadwaita_core

More

Packages that depend on libadwaita_bitsdojo