From 1fc188a608c5dd5737e03447b4000e09d9e8fbd2 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Sun, 22 Dec 2024 19:52:22 +0100 Subject: [PATCH] Migrate from Flare to Rive --- app/ios/Podfile.lock | 6 +++ app/ios/Runner.xcodeproj/project.pbxproj | 2 + .../pages/turn_on_notifications.dart | 6 +-- .../onboarding/sign_up/pages/advantages.dart | 4 +- .../pages/data_protection_overview.dart | 4 +- app/lib/onboarding/sign_up/sign_up_page.dart | 2 +- .../Flutter/GeneratedPluginRegistrant.swift | 2 + app/macos/Podfile.lock | 6 +++ app/pubspec.lock | 24 +++++++---- app/pubspec.yaml | 2 +- console/pubspec.lock | 40 +++++++++++++++---- lib/abgabe/abgabe_client_lib/pubspec.lock | 32 +++++++++++---- lib/app_functions/pubspec.lock | 40 +++++++++++++++---- .../authentification_base/pubspec.lock | 32 +++++++++++---- .../authentification_qrcode/pubspec.lock | 32 +++++++++++---- lib/design/pubspec.lock | 32 +++++++++++---- .../pubspec.lock | 32 +++++++++++---- lib/filesharing/files_usecases/pubspec.lock | 32 +++++++++++---- .../filesharing_logic/pubspec.lock | 32 +++++++++++---- lib/group_domain_implementation/pubspec.lock | 32 +++++++++++---- lib/group_domain_models/pubspec.lock | 32 +++++++++++---- lib/holidays/pubspec.lock | 32 +++++++++++---- lib/last_online_reporting/pubspec.lock | 32 +++++++++++---- lib/remote_configuration/pubspec.lock | 32 +++++++++++---- lib/sharezone_common/pubspec.lock | 32 +++++++++++---- .../sharezone_plus_page_ui/pubspec.lock | 40 +++++++++++++++---- lib/sharezone_utils/pubspec.lock | 32 +++++++++++---- .../lib/src/placeholder.dart | 14 +++---- lib/sharezone_widgets/pubspec.lock | 40 +++++++++++++++---- lib/sharezone_widgets/pubspec.yaml | 2 +- .../Flutter/GeneratedPluginRegistrant.swift | 2 + website/pubspec.lock | 32 +++++++++++---- 32 files changed, 539 insertions(+), 177 deletions(-) diff --git a/app/ios/Podfile.lock b/app/ios/Podfile.lock index 6d84ae700..11179b3b2 100644 --- a/app/ios/Podfile.lock +++ b/app/ios/Podfile.lock @@ -423,6 +423,8 @@ PODS: - RevenueCat (= 4.43.2) - RecaptchaInterop (100.0.0) - RevenueCat (4.43.2) + - rive_common (0.0.1): + - Flutter - SDWebImage (5.19.7): - SDWebImage/Core (= 5.19.7) - SDWebImage/Core (5.19.7) @@ -482,6 +484,7 @@ DEPENDENCIES: - pdfx (from `.symlinks/plugins/pdfx/ios`) - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) - purchases_flutter (from `.symlinks/plugins/purchases_flutter/ios`) + - rive_common (from `.symlinks/plugins/rive_common/ios`) - share_plus (from `.symlinks/plugins/share_plus/ios`) - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - sqflite (from `.symlinks/plugins/sqflite/darwin`) @@ -617,6 +620,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/permission_handler_apple/ios" purchases_flutter: :path: ".symlinks/plugins/purchases_flutter/ios" + rive_common: + :path: ".symlinks/plugins/rive_common/ios" share_plus: :path: ".symlinks/plugins/share_plus/ios" shared_preferences_foundation: @@ -725,6 +730,7 @@ SPEC CHECKSUMS: PurchasesHybridCommon: 4022d5944cb30ec44ba5159e42aa161fe0e30175 RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21 RevenueCat: 3d934653b7e8b09af88fd47e9e84cfaf5d0a89ba + rive_common: 4743dbfd2911c99066547a3c6454681e0fa907df SDWebImage: 8a6b7b160b4d710e2a22b6900e25301075c34cb3 SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380 share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad diff --git a/app/ios/Runner.xcodeproj/project.pbxproj b/app/ios/Runner.xcodeproj/project.pbxproj index 160b294d6..b5f893e87 100644 --- a/app/ios/Runner.xcodeproj/project.pbxproj +++ b/app/ios/Runner.xcodeproj/project.pbxproj @@ -368,6 +368,7 @@ "${BUILT_PRODUCTS_DIR}/patrol/patrol.framework", "${BUILT_PRODUCTS_DIR}/pdfx/pdfx.framework", "${BUILT_PRODUCTS_DIR}/purchases_flutter/purchases_flutter.framework", + "${BUILT_PRODUCTS_DIR}/rive_common/rive_common.framework", "${BUILT_PRODUCTS_DIR}/share_plus/share_plus.framework", "${BUILT_PRODUCTS_DIR}/shared_preferences_foundation/shared_preferences_foundation.framework", "${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework", @@ -434,6 +435,7 @@ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/patrol.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/pdfx.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/purchases_flutter.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/rive_common.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/share_plus.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences_foundation.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework", diff --git a/app/lib/onboarding/group_onboarding/pages/turn_on_notifications.dart b/app/lib/onboarding/group_onboarding/pages/turn_on_notifications.dart index 9769f250e..f1e1c5cf9 100644 --- a/app/lib/onboarding/group_onboarding/pages/turn_on_notifications.dart +++ b/app/lib/onboarding/group_onboarding/pages/turn_on_notifications.dart @@ -7,7 +7,7 @@ // SPDX-License-Identifier: EUPL-1.2 import 'package:bloc_provider/bloc_provider.dart'; -import 'package:flare_flutter/flare_actor.dart'; +import 'package:rive/rive.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'package:sharezone/notifications/notifications_permission.dart'; @@ -76,9 +76,9 @@ class _ClockAnimation extends StatelessWidget { return const SizedBox( height: 175, width: 175, - child: FlareActor( + child: RiveAnimation.asset( "assets/flare/notification-animation.flr", - animation: "Notification", + animations: ["Notification"], fit: BoxFit.fitHeight, ), ); diff --git a/app/lib/onboarding/sign_up/pages/advantages.dart b/app/lib/onboarding/sign_up/pages/advantages.dart index f5da87ae4..b2cc32017 100644 --- a/app/lib/onboarding/sign_up/pages/advantages.dart +++ b/app/lib/onboarding/sign_up/pages/advantages.dart @@ -107,9 +107,9 @@ class _AdvantageNotifications extends StatelessWidget { leading: SizedBox( height: 45, width: 45, - child: FlareActor( + child: RiveAnimation.asset( "assets/flare/notification-animation.flr", - animation: "Notification", + animations: ["Notification"], fit: BoxFit.fitHeight, ), ), diff --git a/app/lib/onboarding/sign_up/pages/data_protection_overview.dart b/app/lib/onboarding/sign_up/pages/data_protection_overview.dart index d6843d3e0..383f0ac86 100644 --- a/app/lib/onboarding/sign_up/pages/data_protection_overview.dart +++ b/app/lib/onboarding/sign_up/pages/data_protection_overview.dart @@ -66,9 +66,9 @@ class _DataProtectionLockAnimation extends StatelessWidget { Widget build(BuildContext context) { return const SizedBox( height: 150, - child: FlareActor( + child: RiveAnimation.asset( "assets/flare/privacy.flr", - animation: "Lock", + animations: ["Lock"], fit: BoxFit.fitHeight, ), ); diff --git a/app/lib/onboarding/sign_up/sign_up_page.dart b/app/lib/onboarding/sign_up/sign_up_page.dart index 84ad755b5..3d6ab70b1 100644 --- a/app/lib/onboarding/sign_up/sign_up_page.dart +++ b/app/lib/onboarding/sign_up/sign_up_page.dart @@ -7,7 +7,7 @@ // SPDX-License-Identifier: EUPL-1.2 import 'package:bloc_provider/bloc_provider.dart'; -import 'package:flare_flutter/flare_actor.dart'; +import 'package:rive/rive.dart'; import 'package:flutter/material.dart'; import 'package:flutter_markdown/flutter_markdown.dart'; import 'package:flutter_staggered_animations/flutter_staggered_animations.dart'; diff --git a/app/macos/Flutter/GeneratedPluginRegistrant.swift b/app/macos/Flutter/GeneratedPluginRegistrant.swift index 78a35525a..98840811a 100644 --- a/app/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/app/macos/Flutter/GeneratedPluginRegistrant.swift @@ -27,6 +27,7 @@ import path_provider_foundation import patrol import pdfx import purchases_flutter +import rive_common import share_plus import shared_preferences_foundation import sqflite @@ -58,6 +59,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { PatrolPlugin.register(with: registry.registrar(forPlugin: "PatrolPlugin")) PdfxPlugin.register(with: registry.registrar(forPlugin: "PdfxPlugin")) PurchasesFlutterPlugin.register(with: registry.registrar(forPlugin: "PurchasesFlutterPlugin")) + RivePlugin.register(with: registry.registrar(forPlugin: "RivePlugin")) SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin")) SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) diff --git a/app/macos/Podfile.lock b/app/macos/Podfile.lock index 1f06ef144..d26aec93d 100644 --- a/app/macos/Podfile.lock +++ b/app/macos/Podfile.lock @@ -303,6 +303,8 @@ PODS: - PurchasesHybridCommon (11.1.0): - RevenueCat (= 4.43.2) - RevenueCat (4.43.2) + - rive_common (0.0.1): + - FlutterMacOS - share_plus (0.0.1): - FlutterMacOS - shared_preferences_foundation (0.0.1): @@ -347,6 +349,7 @@ DEPENDENCIES: - patrol (from `Flutter/ephemeral/.symlinks/plugins/patrol/darwin`) - pdfx (from `Flutter/ephemeral/.symlinks/plugins/pdfx/macos`) - purchases_flutter (from `Flutter/ephemeral/.symlinks/plugins/purchases_flutter/macos`) + - rive_common (from `Flutter/ephemeral/.symlinks/plugins/rive_common/macos`) - share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`) - shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`) - sqflite (from `Flutter/ephemeral/.symlinks/plugins/sqflite/darwin`) @@ -447,6 +450,8 @@ EXTERNAL SOURCES: :path: Flutter/ephemeral/.symlinks/plugins/pdfx/macos purchases_flutter: :path: Flutter/ephemeral/.symlinks/plugins/purchases_flutter/macos + rive_common: + :path: Flutter/ephemeral/.symlinks/plugins/rive_common/macos share_plus: :path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos shared_preferences_foundation: @@ -531,6 +536,7 @@ SPEC CHECKSUMS: purchases_flutter: 3407100959d2aeb636507b2c98970d850dae57ae PurchasesHybridCommon: 4022d5944cb30ec44ba5159e42aa161fe0e30175 RevenueCat: 3d934653b7e8b09af88fd47e9e84cfaf5d0a89ba + rive_common: 9580b9f1f08a8c85006083078e80479edf3db26a share_plus: 36537c04ce0c3e3f5bd297ce4318b6d5ee5fd6cf shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec diff --git a/app/pubspec.lock b/app/pubspec.lock index 2f8520b9e..aec4ae7b1 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -868,14 +868,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.0" - flare_flutter: - dependency: "direct main" - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flat_buffers: dependency: transitive description: @@ -1885,6 +1877,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.1.2" + rive: + dependency: "direct main" + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index ea4f78973..8a1651710 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -81,7 +81,7 @@ dependencies: firebase_messaging: ^14.9.1 firebase_performance: ^0.9.4+4 firebase_storage: ^11.7.4 - flare_flutter: ^3.0.2 + rive: ^0.13.20 flutter: sdk: flutter flutter_bloc: ^8.1.3 diff --git a/console/pubspec.lock b/console/pubspec.lock index 69b6a5127..2e31e04b7 100644 --- a/console/pubspec.lock +++ b/console/pubspec.lock @@ -195,6 +195,14 @@ packages: relative: true source: path version: "0.0.1" + ffi: + dependency: transitive + description: + name: ffi + sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" + url: "https://pub.dev" + source: hosted + version: "2.1.3" firebase_analytics: dependency: transitive description: @@ -283,14 +291,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -331,6 +331,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -504,6 +512,22 @@ packages: url: "https://pub.dev" source: hosted version: "6.1.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: diff --git a/lib/abgabe/abgabe_client_lib/pubspec.lock b/lib/abgabe/abgabe_client_lib/pubspec.lock index aa390ecba..2c34cf332 100644 --- a/lib/abgabe/abgabe_client_lib/pubspec.lock +++ b/lib/abgabe/abgabe_client_lib/pubspec.lock @@ -571,14 +571,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.0" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -731,6 +723,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.6.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" hausaufgabenheft_logik: dependency: "direct main" description: @@ -1199,6 +1199,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.1.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: diff --git a/lib/app_functions/pubspec.lock b/lib/app_functions/pubspec.lock index 5c991e24f..baa48ba94 100644 --- a/lib/app_functions/pubspec.lock +++ b/lib/app_functions/pubspec.lock @@ -110,6 +110,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" + url: "https://pub.dev" + source: hosted + version: "2.1.3" firebase_analytics: dependency: transitive description: @@ -174,14 +182,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -230,6 +230,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -371,6 +379,22 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.8" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: "direct main" description: diff --git a/lib/authentification/authentification_base/pubspec.lock b/lib/authentification/authentification_base/pubspec.lock index 15391d5c5..4371e4e07 100644 --- a/lib/authentification/authentification_base/pubspec.lock +++ b/lib/authentification/authentification_base/pubspec.lock @@ -282,14 +282,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -386,6 +378,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.12.4+2" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: "direct main" description: @@ -567,6 +567,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: "direct main" description: diff --git a/lib/authentification/authentification_qrcode/pubspec.lock b/lib/authentification/authentification_qrcode/pubspec.lock index b55c4eafe..c710da6dd 100644 --- a/lib/authentification/authentification_qrcode/pubspec.lock +++ b/lib/authentification/authentification_qrcode/pubspec.lock @@ -330,14 +330,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flat_buffers: dependency: transitive description: @@ -442,6 +434,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.12.4+2" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -647,6 +647,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: diff --git a/lib/design/pubspec.lock b/lib/design/pubspec.lock index 5c597d3a4..adf12601e 100644 --- a/lib/design/pubspec.lock +++ b/lib/design/pubspec.lock @@ -269,14 +269,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -325,6 +317,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -474,6 +474,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: transitive description: diff --git a/lib/feedback_shared_implementation/pubspec.lock b/lib/feedback_shared_implementation/pubspec.lock index adf4e31d0..19c7b6990 100644 --- a/lib/feedback_shared_implementation/pubspec.lock +++ b/lib/feedback_shared_implementation/pubspec.lock @@ -273,6 +273,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" + url: "https://pub.dev" + source: hosted + version: "2.1.3" file: dependency: transitive description: @@ -353,14 +361,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.0" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -702,6 +702,22 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.0" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: diff --git a/lib/filesharing/files_usecases/pubspec.lock b/lib/filesharing/files_usecases/pubspec.lock index 95243ed06..77639a9fb 100644 --- a/lib/filesharing/files_usecases/pubspec.lock +++ b/lib/filesharing/files_usecases/pubspec.lock @@ -410,14 +410,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.0" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -530,6 +522,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -927,6 +927,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: transitive description: diff --git a/lib/filesharing/filesharing_logic/pubspec.lock b/lib/filesharing/filesharing_logic/pubspec.lock index 807d75576..cf659dbec 100644 --- a/lib/filesharing/filesharing_logic/pubspec.lock +++ b/lib/filesharing/filesharing_logic/pubspec.lock @@ -410,14 +410,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.0" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -530,6 +522,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: "direct main" description: @@ -927,6 +927,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: transitive description: diff --git a/lib/group_domain_implementation/pubspec.lock b/lib/group_domain_implementation/pubspec.lock index 126741e95..f53aca5f7 100644 --- a/lib/group_domain_implementation/pubspec.lock +++ b/lib/group_domain_implementation/pubspec.lock @@ -329,14 +329,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -385,6 +377,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" group_domain_models: dependency: "direct main" description: @@ -565,6 +565,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: diff --git a/lib/group_domain_models/pubspec.lock b/lib/group_domain_models/pubspec.lock index cd2e00513..97cb59761 100644 --- a/lib/group_domain_models/pubspec.lock +++ b/lib/group_domain_models/pubspec.lock @@ -329,14 +329,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -385,6 +377,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -558,6 +558,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: diff --git a/lib/holidays/pubspec.lock b/lib/holidays/pubspec.lock index 39e9948c6..367aac27a 100644 --- a/lib/holidays/pubspec.lock +++ b/lib/holidays/pubspec.lock @@ -250,6 +250,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" + url: "https://pub.dev" + source: hosted + version: "2.1.3" file: dependency: transitive description: @@ -330,14 +338,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.0" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct dev" description: flutter @@ -647,6 +647,22 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.0" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: transitive description: diff --git a/lib/last_online_reporting/pubspec.lock b/lib/last_online_reporting/pubspec.lock index 08dc16825..a655d5394 100644 --- a/lib/last_online_reporting/pubspec.lock +++ b/lib/last_online_reporting/pubspec.lock @@ -300,14 +300,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -356,6 +348,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -529,6 +529,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: diff --git a/lib/remote_configuration/pubspec.lock b/lib/remote_configuration/pubspec.lock index 45245d711..e969b6168 100644 --- a/lib/remote_configuration/pubspec.lock +++ b/lib/remote_configuration/pubspec.lock @@ -206,14 +206,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.6.7" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -262,6 +254,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -411,6 +411,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.1.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: transitive description: diff --git a/lib/sharezone_common/pubspec.lock b/lib/sharezone_common/pubspec.lock index 83705972a..5d0ae9797 100644 --- a/lib/sharezone_common/pubspec.lock +++ b/lib/sharezone_common/pubspec.lock @@ -261,14 +261,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -317,6 +309,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: "direct main" description: @@ -466,6 +466,22 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: transitive description: diff --git a/lib/sharezone_plus/sharezone_plus_page_ui/pubspec.lock b/lib/sharezone_plus/sharezone_plus_page_ui/pubspec.lock index 64006b6e5..9b54647a9 100644 --- a/lib/sharezone_plus/sharezone_plus_page_ui/pubspec.lock +++ b/lib/sharezone_plus/sharezone_plus_page_ui/pubspec.lock @@ -86,6 +86,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" + url: "https://pub.dev" + source: hosted + version: "2.1.3" firebase_analytics: dependency: transitive description: @@ -150,14 +158,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -214,6 +214,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.15.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -355,6 +363,22 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.8" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: transitive description: diff --git a/lib/sharezone_utils/pubspec.lock b/lib/sharezone_utils/pubspec.lock index 1cc309b99..bb296ded8 100644 --- a/lib/sharezone_utils/pubspec.lock +++ b/lib/sharezone_utils/pubspec.lock @@ -182,14 +182,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -238,6 +230,14 @@ packages: description: flutter source: sdk version: "0.0.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -379,6 +379,22 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.8" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: "direct main" description: diff --git a/lib/sharezone_widgets/lib/src/placeholder.dart b/lib/sharezone_widgets/lib/src/placeholder.dart index f469fdabd..0fda46fc7 100644 --- a/lib/sharezone_widgets/lib/src/placeholder.dart +++ b/lib/sharezone_widgets/lib/src/placeholder.dart @@ -6,10 +6,10 @@ // // SPDX-License-Identifier: EUPL-1.2 -import 'package:flare_flutter/flare_actor.dart'; import 'package:flutter/material.dart'; import 'package:flutter_staggered_animations/flutter_staggered_animations.dart'; import 'package:helper_functions/helper_functions.dart'; +import 'package:rive/rive.dart'; import 'package:sharezone_widgets/sharezone_widgets.dart'; /// This is the Model of the EmptyList @@ -184,8 +184,8 @@ class _RotateAnimation extends StatelessWidget { child: isNotEmptyOrNull(rivePath) ? _Rive( size: size, - path: rivePath, - animationName: riveAnimationName, + path: rivePath!, + animationName: riveAnimationName!, ) : SVGIcon( path: path, @@ -206,17 +206,17 @@ class _Rive extends StatelessWidget { }); final Size? size; - final String? path; - final String? animationName; + final String path; + final String animationName; @override Widget build(BuildContext context) { return SizedBox( height: size!.height, width: size!.width, - child: FlareActor( + child: RiveAnimation.asset( path, - animation: animationName, + animations: [animationName], fit: BoxFit.fitHeight, ), ); diff --git a/lib/sharezone_widgets/pubspec.lock b/lib/sharezone_widgets/pubspec.lock index 3e19632a1..5d9b4f270 100644 --- a/lib/sharezone_widgets/pubspec.lock +++ b/lib/sharezone_widgets/pubspec.lock @@ -86,6 +86,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" + url: "https://pub.dev" + source: hosted + version: "2.1.3" firebase_analytics: dependency: transitive description: @@ -150,14 +158,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.6.35" - flare_flutter: - dependency: "direct main" - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -214,6 +214,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.15.0" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: "direct main" description: @@ -355,6 +363,22 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.8" + rive: + dependency: "direct main" + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rxdart: dependency: "direct main" description: diff --git a/lib/sharezone_widgets/pubspec.yaml b/lib/sharezone_widgets/pubspec.yaml index 0baeedd91..f48aecd1d 100644 --- a/lib/sharezone_widgets/pubspec.yaml +++ b/lib/sharezone_widgets/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: path: ../build_context flutter_svg: ^2.0.2 flutter_staggered_animations: ^1.1.1 - flare_flutter: ^3.0.2 + rive: ^0.13.20 intl: ^0.19.0 platform_check: path: ../platform_check diff --git a/website/macos/Flutter/GeneratedPluginRegistrant.swift b/website/macos/Flutter/GeneratedPluginRegistrant.swift index 648343c84..07df86e50 100644 --- a/website/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/website/macos/Flutter/GeneratedPluginRegistrant.swift @@ -9,6 +9,7 @@ import device_info_plus import firebase_analytics import firebase_core import firebase_crashlytics +import rive_common import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { @@ -16,5 +17,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { FLTFirebaseAnalyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAnalyticsPlugin")) FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin")) FLTFirebaseCrashlyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCrashlyticsPlugin")) + RivePlugin.register(with: registry.registrar(forPlugin: "RivePlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) } diff --git a/website/pubspec.lock b/website/pubspec.lock index b7d5c6495..5b61d3fed 100644 --- a/website/pubspec.lock +++ b/website/pubspec.lock @@ -330,14 +330,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.0" - flare_flutter: - dependency: transitive - description: - name: flare_flutter - sha256: "99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0" - url: "https://pub.dev" - source: hosted - version: "3.0.2" flutter: dependency: "direct main" description: flutter @@ -402,6 +394,14 @@ packages: url: "https://pub.dev" source: hosted version: "12.1.3" + graphs: + dependency: transitive + description: + name: graphs + sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0" + url: "https://pub.dev" + source: hosted + version: "2.3.2" helper_functions: dependency: transitive description: @@ -630,6 +630,22 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.4" + rive: + dependency: transitive + description: + name: rive + sha256: "2551a44fa766a7ed3f52aa2b94feda6d18d00edc25dee5f66e72e9b365bb6d6c" + url: "https://pub.dev" + source: hosted + version: "0.13.20" + rive_common: + dependency: transitive + description: + name: rive_common + sha256: "2ba42f80d37a4efd0696fb715787c4785f8a13361e8aea9227c50f1e78cf763a" + url: "https://pub.dev" + source: hosted + version: "0.4.15" rsa_pkcs: dependency: transitive description: