From 3dbc3b9d6ce92967d0ecf44275cc8a987fcb8149 Mon Sep 17 00:00:00 2001 From: NicKoehler Date: Fri, 19 May 2023 23:20:09 +0200 Subject: [PATCH] added fluent icons --- flutter/pubspec.lock | 8 ++++++++ flutter/pubspec.yaml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/flutter/pubspec.lock b/flutter/pubspec.lock index 30cfcd377..06920dc5c 100644 --- a/flutter/pubspec.lock +++ b/flutter/pubspec.lock @@ -450,6 +450,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.1" + fluentui_system_icons: + dependency: "direct main" + description: + name: fluentui_system_icons + sha256: "745d58831bba404532bebce20286fb1920c650a4cc74678990251a16fb4d2600" + url: "https://pub.dev" + source: hosted + version: "1.1.201" flutter: dependency: "direct main" description: flutter diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index c3781a817..296aa0a89 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -41,7 +41,7 @@ dependencies: package_info_plus: ^1.4.2 url_launcher: ^6.0.9 toggle_switch: ^1.4.0 - dash_chat_2: ^0.0.14 + dash_chat_2: ^0.0.15 draggable_float_widget: ^0.0.2 settings_ui: ^2.0.2 flutter_breadcrumb: ^1.0.1 @@ -99,6 +99,7 @@ dependencies: texture_rgba_renderer: ^0.0.16 percent_indicator: ^4.2.2 dropdown_button2: ^2.0.0 + fluentui_system_icons: ^1.1.201 dev_dependencies: icons_launcher: ^2.0.4