Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 committed Oct 4, 2022
1 parent 8fd12d5 commit eff2883
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/yaru_widgets.dart
Expand Up @@ -23,6 +23,8 @@ export 'src/pages/yaru_tabbed_page.dart';
// Pages layouts
export 'src/pages/layouts/yaru_compact_layout.dart';
export 'src/pages/layouts/yaru_master_detail_page.dart';
export 'src/controls/yaru_option_button.dart';
export 'src/pages/yaru_page.dart';
export 'src/pages/layouts/yaru_page_item.dart';
export 'src/pages/layouts/yaru_page_item_title.dart';

Expand Down
15 changes: 15 additions & 0 deletions linux/flutter/generated_plugin_registrant.cc
@@ -0,0 +1,15 @@
//
// Generated file. Do not edit.
//

// clang-format off

#include "generated_plugin_registrant.h"

#include <yaru/yaru_plugin.h>

void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) yaru_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "YaruPlugin");
yaru_plugin_register_with_registrar(yaru_registrar);
}

0 comments on commit eff2883

Please sign in to comment.