Skip to content

Commit

Permalink
build: upgraded yaru packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ymauray committed Nov 8, 2022
1 parent b185a6f commit da0bc72
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
4 changes: 4 additions & 0 deletions linux/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
#include "generated_plugin_registrant.h"

#include <url_launcher_linux/url_launcher_plugin.h>
#include <yaru/yaru_plugin.h>

void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
g_autoptr(FlPluginRegistrar) yaru_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "YaruPlugin");
yaru_plugin_register_with_registrar(yaru_registrar);
}
1 change: 1 addition & 0 deletions linux/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

list(APPEND FLUTTER_PLUGIN_LIST
url_launcher_linux
yaru
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down
20 changes: 3 additions & 17 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.4"
dbus:
dependency: transitive
description:
name: dbus
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.8"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -184,13 +177,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
gsettings:
dependency: transitive
description:
name: gsettings
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.5"
html:
dependency: transitive
description:
Expand Down Expand Up @@ -615,7 +601,7 @@ packages:
name: yaru
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.3"
version: "0.4.3"
yaru_color_generator:
dependency: transitive
description:
Expand Down Expand Up @@ -643,7 +629,7 @@ packages:
name: yaru_widgets
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
version: "2.0.0-beta-1"
sdks:
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.0.0"
flutter: ">=3.3.0"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ dependencies:
package_info_plus: ^1.4.2
shared_preferences: ^2.0.15
url_launcher: ^6.1.5
yaru: ^0.3.3
yaru_icons: ^0.2.2
yaru_widgets: ^1.1.2
yaru: ^0.4.3
yaru_icons: ^0.2.6
yaru_widgets: ^2.0.0-beta-1

dev_dependencies:
dart_code_metrics: ^4.16.0
Expand Down

0 comments on commit da0bc72

Please sign in to comment.