From 4a587ec2b6be0f6a8ac6863e41cbcffd3eb24406 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Wed, 16 Jul 2025 10:54:17 +0200 Subject: [PATCH] add new package for ratings --- Frontend/pubspec.lock | 8 ++++++++ Frontend/pubspec.yaml | 1 + 2 files changed, 9 insertions(+) diff --git a/Frontend/pubspec.lock b/Frontend/pubspec.lock index e08b9f6e..74f9c57b 100644 --- a/Frontend/pubspec.lock +++ b/Frontend/pubspec.lock @@ -265,6 +265,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.2" + custom_rating_bar: + dependency: "direct main" + description: + name: custom_rating_bar + sha256: c2dafa488843b29f50ac2c2905b6a4cefd2cb603de31c6224adb047b6ed8593e + url: "https://pub.dev" + source: hosted + version: "3.0.0" dart_style: dependency: transitive description: diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index e07bea1f..ba69a30e 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -45,6 +45,7 @@ dependencies: pwa_install: ^0.0.6 google_mobile_ads: ^6.0.0 redacted: ^1.0.13 + custom_rating_bar: ^3.0.0 dev_dependencies: flutter_test: