Last updated:
0 purchases
libadwaita bitsdojo
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';
copied to clipboard
Then simply pass it to the actions parameter of AdwHeaderBar
AdwHeaderBar.bitsdojo(
actions: AdwActions().bitsdojo,
// ...
)
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.