From a6590c29d5aebefd24af94d1587fde3f989a7884 Mon Sep 17 00:00:00 2001 From: Aman Raj Date: Wed, 18 Dec 2024 16:19:22 +0530 Subject: [PATCH] [auth] added figma_squircle package to clip icon on edit page --- auth/pubspec.lock | 8 ++++++++ auth/pubspec.yaml | 1 + 2 files changed, 9 insertions(+) diff --git a/auth/pubspec.lock b/auth/pubspec.lock index 0d9dd2e86c..b6e72978b2 100644 --- a/auth/pubspec.lock +++ b/auth/pubspec.lock @@ -431,6 +431,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.3" + figma_squircle: + dependency: "direct main" + description: + name: figma_squircle + sha256: "790b91a9505e90d246f6efe2fa065ff7fffe658c7b44fe9b5b20c7b0ad3818c0" + url: "https://pub.dev" + source: hosted + version: "0.5.3" file: dependency: transitive description: diff --git a/auth/pubspec.yaml b/auth/pubspec.yaml index 67e66c8ee9..74aee4bd81 100644 --- a/auth/pubspec.yaml +++ b/auth/pubspec.yaml @@ -31,6 +31,7 @@ dependencies: expandable: ^5.0.1 expansion_tile_card: ^3.0.0 ffi: ^2.1.0 + figma_squircle: ^0.5.3 file_picker: ^8.1.2 # https://github.com/incrediblezayed/file_saver/issues/86 file_saver: ^0.2.11