You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter pub get libadwaita_bitsdojo to install the package
in your my_application.cc file, add #include <bitsdojo_window_linux/bitsdojo_window_plugin.h>
to the top of the file, comment out the line gtk_window_set_default_size(window, 1280, 720);
and add
auto bdw = bitsdojo_window_from(window);
bdw->setCustomFrame(true);
directly above it
3. In your main.dart file (your root MaterialApp widget) use AdwScaffold() as your scaffold, example below
Instructions are not clear. Where am I supposed to put the following(as per https://github.com/gtk-flutter/libadwaita_plugins/tree/main/libadwaita_bitsdojo#usage)?
The 'headerbar' used in the 'AdwScaffold' widget is deprecated. (https://github.com/gtk-flutter/libadwaita_plugins/blob/main/libadwaita_bitsdojo/example/example.md)
The text was updated successfully, but these errors were encountered: