libadwaita_bitsdojo 0.5.4+1 libadwaita_bitsdojo: ^0.5.4+1 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.