Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 4 additions & 68 deletions apps/mobile/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,14 +483,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.2"
flutter_svg:
dependency: transitive
description:
name: flutter_svg
sha256: "1ded017b39c8e15c8948ea855070a5ff8ff8b3d5e83f3446e02d6bb12add7ad9"
url: "https://pub.dev"
source: hosted
version: "2.2.4"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -505,18 +497,18 @@ packages:
dependency: "direct main"
description:
name: forui
sha256: "3ebbf39d57f0667afc47cbab86b0afe679bba2173a51afc21855053663dc5062"
sha256: "099deb57d345aaafd73b4ee3dc150bfe032e1d583a898461183586cbb0153778"
url: "https://pub.dev"
source: hosted
version: "0.9.1+1"
version: "0.21.3"
forui_assets:
dependency: transitive
description:
name: forui_assets
sha256: df0f24b47ff0c3e16811bb4ad597b426b8e1a62fcf2fea7d95923ef4d6e8aa2c
sha256: f83517074a11f6458986dbb5d0a0b364cebf6861a4e143acb2d51e6626ecf813
url: "https://pub.dev"
source: hosted
version: "0.9.1"
version: "0.21.0"
freezed_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -549,14 +541,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "15.1.3"
google_fonts:
dependency: transitive
description:
name: google_fonts
sha256: ba03d03bcaa2f6cb7bd920e3b5027181db75ab524f8891c8bc3aa603885b8055
url: "https://pub.dev"
source: hosted
version: "6.3.3"
graphs:
dependency: transitive
description:
Expand All @@ -581,14 +565,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.3.0"
http:
dependency: transitive
description:
name: http
sha256: "87721a4a50b19c7f1d49001e51409bddc46303966ce89a65af4f4e6004896412"
url: "https://pub.dev"
source: hosted
version: "1.6.0"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -725,14 +701,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.17.6"
nitrogen_flutter_svg:
dependency: transitive
description:
name: nitrogen_flutter_svg
sha256: "103313861b182fd4069bac896519b1ee64cbe1af0023d818f6c300b81c16853c"
url: "https://pub.dev"
source: hosted
version: "0.4.0"
nitrogen_types:
dependency: transitive
description:
Expand Down Expand Up @@ -781,14 +749,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.9.1"
path_parsing:
dependency: transitive
description:
name: path_parsing
sha256: "883402936929eac138ee0a45da5b0f2c80f89913e6dc3bf77eb65b84b409c6ca"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
path_provider:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1130,30 +1090,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.5.3"
vector_graphics:
dependency: transitive
description:
name: vector_graphics
sha256: "7076216a10d5c390315fbe536a30f1254c341e7543e6c4c8a815e591307772b1"
url: "https://pub.dev"
source: hosted
version: "1.1.20"
vector_graphics_codec:
dependency: transitive
description:
name: vector_graphics_codec
sha256: "99fd9fbd34d9f9a32efd7b6a6aae14125d8237b10403b422a6a6dfeac2806146"
url: "https://pub.dev"
source: hosted
version: "1.1.13"
vector_graphics_compiler:
dependency: transitive
description:
name: vector_graphics_compiler
sha256: "5a88dd14c0954a5398af544651c7fb51b457a2a556949bfb25369b210ef73a74"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter_riverpod: ^3.0.0
riverpod_annotation: ^3.0.0
go_router: ^15.0.0
forui: ^0.9.0
forui: ^0.21.3
dio: ^5.0.0
drift: ^2.0.0
sqlite3_flutter_libs: ^0.5.0
Expand Down
Loading