chore: upgrade melos to 7.5.1 with pub workspaces and dep catalog

- Upgrade Melos to 7.5.1 using Dart pub workspaces (Melos 7 paradigm).
- Replace per-package pubspec_overrides.yaml with workspace-native resolution. Add dependencies.yaml as a centralized catalog for all external deps with sync_deps.dart tool to propagate and validate versions across the monorepo.
This commit is contained in:
2026-04-06 23:08:51 +02:00
parent 3d267aff37
commit 3c4159ae8c
102 changed files with 5685 additions and 15790 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
name: account
description: "A new Flutter project."
publish_to: 'none'
resolution: workspace
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@@ -45,16 +46,16 @@ dependencies:
sf_shared:
path: ../../../../packages/sf_shared
#dependencies go here
flutter_svg: ^2.2.1
flutter_svg: ^2.2.2
get_it: ^9.0.5
go_router: ^17.0.0
flutter_riverpod: ^3.0.3
freezed_annotation: ^3.1.0
freezed: ^3.2.3
dio: ^5.9.0
dio: ^5.9.2
json_annotation: ^4.9.0
json_serializable: ^6.11.2
uuid: ^4.5.2
uuid: ^4.5.3
qr_flutter: ^4.1.0
url_launcher: ^6.3.2
build_runner: ^2.7.1

View File

@@ -1,26 +0,0 @@
# melos_managed_dependency_overrides: legacy_auth
dependency_overrides:
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
legacy_auth:
path: ../legacy_auth
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
payments:
path: ../../../../packages/payments
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@ description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
resolution: workspace
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@@ -50,13 +51,13 @@ dependencies:
sf_shared:
path: ../../../../packages/sf_shared
#dependencies go here
flutter_svg: ^2.2.1
flutter_svg: ^2.2.2
get_it: ^9.0.5
go_router: ^17.0.0
flutter_riverpod: ^3.0.3
freezed_annotation: ^3.1.0
freezed: ^3.2.3
dio: ^5.9.0
dio: ^5.9.2
json_annotation: ^4.9.0
json_serializable: ^6.11.2
flutter_map: ^8.2.2

View File

@@ -1,24 +0,0 @@
# melos_managed_dependency_overrides: design_system,flutter_treezor_entrust_sdk_bridge,fonts,legacy_dashboard_shell,legacy_shared,navigation,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
legacy_dashboard_shell:
path: ../legacy_dashboard_shell
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
name: customer_service
description: "A new Flutter project."
publish_to: 'none'
resolution: workspace
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@@ -42,13 +43,13 @@ dependencies:
legacy_shared:
path: ../../packages/legacy_shared
#dependencies go here
flutter_svg: ^2.2.1
flutter_svg: ^2.2.2
get_it: ^9.0.5
go_router: ^17.0.0
flutter_riverpod: ^3.0.3
freezed_annotation: ^3.1.0
freezed: ^3.2.3
dio: ^5.9.0
dio: ^5.9.2
json_annotation: ^4.9.0
json_serializable: ^6.11.2
url_launcher: ^6.3.2

View File

@@ -1,22 +0,0 @@
# melos_managed_dependency_overrides: design_system,flutter_treezor_entrust_sdk_bridge,fonts,legacy_shared,navigation,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
name: device_management
description: "A new Flutter project."
publish_to: 'none'
resolution: workspace
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@@ -44,17 +45,17 @@ dependencies:
sf_shared:
path: ../../../../packages/sf_shared
#dependencies go here
flutter_svg: ^2.2.1
flutter_svg: ^2.2.2
get_it: ^9.0.5
go_router: ^17.0.0
flutter_riverpod: ^3.0.3
freezed_annotation: ^3.1.0
freezed: ^3.2.3
dio: ^5.9.0
dio: ^5.9.2
json_annotation: ^4.9.0
json_serializable: ^6.11.2
url_launcher: ^6.3.2
uuid: ^4.5.1
uuid: ^4.5.3
flutter_contacts: ^1.1.9+2
fl_chart: ^1.1.1
lottie: ^3.3.1

View File

@@ -1,22 +0,0 @@
# melos_managed_dependency_overrides: design_system,flutter_treezor_entrust_sdk_bridge,fonts,legacy_shared,navigation,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -1,6 +1,7 @@
name: legacy_auth
description: "Legacy auth module for SaveFamily."
publish_to: 'none'
resolution: workspace
version: 0.0.1
homepage:
@@ -29,22 +30,22 @@ dependencies:
fonts:
path: ../../../../packages/fonts
#dependencies go here
flutter_svg: ^2.2.1
flutter_svg: ^2.2.2
get_it: ^9.0.5
go_router: ^17.0.0
flutter_riverpod: ^3.0.3
freezed_annotation: ^3.1.0
freezed: ^3.2.3
dio: ^5.9.0
dio: ^5.9.2
country_code_picker: ^3.4.1
json_annotation: ^4.9.0
json_serializable: ^6.11.2
uuid: ^4.5.2
uuid: ^4.5.3
mobile_scanner: ^7.1.4
dio_cookie_manager: ^3.3.0
cookie_jar: ^4.0.8
path_provider: ^2.1.5
shared_preferences: ^2.5.4
shared_preferences: ^2.5.5
l10n_countries: ^1.3.1
sealed_countries: ^2.8.0
flutter_map: ^8.2.2

View File

@@ -1,24 +0,0 @@
# melos_managed_dependency_overrides: legacy_shared
dependency_overrides:
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
payments:
path: ../../../../packages/payments
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -2,6 +2,7 @@ name: legacy_dashboard_shell
resoluction: workspace
description: "A new Flutter package project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
resolution: workspace
version: 0.0.1
homepage:

View File

@@ -1,24 +0,0 @@
# melos_managed_dependency_overrides: control_panel,design_system,flutter_treezor_entrust_sdk_bridge,fonts,legacy_shared,navigation,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
control_panel:
path: ../control_panel
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
name: location
description: "Location map module for legacy dashboard"
publish_to: 'none'
resolution: workspace
version: 1.0.0+1
environment:
@@ -29,11 +30,11 @@ dependencies:
go_router: ^17.0.0
freezed_annotation: ^3.1.0
json_annotation: ^4.9.0
dio: ^5.9.0
dio: ^5.9.2
flutter_map: ^8.2.2
latlong2: ^0.9.1
flutter_svg: ^2.2.1
uuid: ^4.5.1
flutter_svg: ^2.2.2
uuid: ^4.5.3
share_plus: ^10.1.4
dev_dependencies:

View File

@@ -1,26 +0,0 @@
# melos_managed_dependency_overrides: control_panel,design_system,flutter_treezor_entrust_sdk_bridge,fonts,legacy_dashboard_shell,legacy_shared,navigation,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
control_panel:
path: ../control_panel
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
legacy_dashboard_shell:
path: ../legacy_dashboard_shell
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
name: settings
description: "A new Flutter project."
publish_to: 'none'
resolution: workspace
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@@ -44,13 +45,13 @@ dependencies:
sf_shared:
path: ../../../../packages/sf_shared
#dependencies go here
flutter_svg: ^2.2.1
flutter_svg: ^2.2.2
get_it: ^9.0.5
go_router: ^17.0.0
flutter_riverpod: ^3.0.3
freezed_annotation: ^3.1.0
freezed: ^3.2.3
dio: ^5.9.0
dio: ^5.9.2
json_annotation: ^4.9.0
json_serializable: ^6.11.2
url_launcher: ^6.3.2

View File

@@ -1,22 +0,0 @@
# melos_managed_dependency_overrides: design_system,flutter_treezor_entrust_sdk_bridge,fonts,legacy_shared,navigation,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
name: legacy_shared
description: "A new Flutter project."
publish_to: 'none'
resolution: workspace
version: 0.0.1
homepage:
@@ -23,10 +24,10 @@ dependencies:
sf_shared:
path: ../../../../packages/sf_shared
#dependencies go here
dio: ^5.9.0
dio: ^5.9.2
get_it: ^9.0.5
flutter_riverpod: ^3.0.3
shared_preferences: ^2.5.0
shared_preferences: ^2.5.5
freezed_annotation: ^3.1.0
freezed: ^3.2.3
json_annotation: ^4.9.0

View File

@@ -1,20 +0,0 @@
# melos_managed_dependency_overrides: design_system,flutter_treezor_entrust_sdk_bridge,fonts,navigation,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
navigation:
path: ../../../../packages/navigation
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -1,213 +0,0 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
async:
dependency: transitive
description:
name: async
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
url: "https://pub.dev"
source: hosted
version: "2.13.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
characters:
dependency: transitive
description:
name: characters
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
url: "https://pub.dev"
source: hosted
version: "1.4.0"
clock:
dependency: transitive
description:
name: clock
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
url: "https://pub.dev"
source: hosted
version: "1.1.2"
collection:
dependency: transitive
description:
name: collection
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
url: "https://pub.dev"
source: hosted
version: "1.19.1"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.8"
fake_async:
dependency: transitive
description:
name: fake_async
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
flutter:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
url: "https://pub.dev"
source: hosted
version: "5.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
leak_tracker:
dependency: transitive
description:
name: leak_tracker
sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
url: "https://pub.dev"
source: hosted
version: "11.0.2"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
url: "https://pub.dev"
source: hosted
version: "3.0.10"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
lints:
dependency: transitive
description:
name: lints
sha256: c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7
url: "https://pub.dev"
source: hosted
version: "5.1.1"
matcher:
dependency: transitive
description:
name: matcher
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
url: "https://pub.dev"
source: hosted
version: "0.12.17"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
url: "https://pub.dev"
source: hosted
version: "0.11.1"
meta:
dependency: transitive
description:
name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
url: "https://pub.dev"
source: hosted
version: "1.16.0"
path:
dependency: transitive
description:
name: path
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
url: "https://pub.dev"
source: hosted
version: "1.9.1"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
source_span:
dependency: transitive
description:
name: source_span
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
url: "https://pub.dev"
source: hosted
version: "1.10.1"
stack_trace:
dependency: transitive
description:
name: stack_trace
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
url: "https://pub.dev"
source: hosted
version: "1.12.1"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
string_scanner:
dependency: transitive
description:
name: string_scanner
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
url: "https://pub.dev"
source: hosted
version: "1.4.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
url: "https://pub.dev"
source: hosted
version: "1.2.2"
test_api:
dependency: transitive
description:
name: test_api
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
url: "https://pub.dev"
source: hosted
version: "0.7.6"
vector_math:
dependency: transitive
description:
name: vector_math
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
url: "https://pub.dev"
source: hosted
version: "2.2.0"
vm_service:
dependency: transitive
description:
name: vm_service
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
url: "https://pub.dev"
source: hosted
version: "15.0.2"
sdks:
dart: ">=3.9.2 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"

View File

@@ -16,6 +16,7 @@ description: "A new Flutter project."
# a `flutter run`. It has no impact on any other native host app that you embed
# your Flutter project into.
version: 1.0.0+1
resolution: workspace
environment:
sdk: ^3.9.2

View File

@@ -1,838 +0,0 @@
{
"configVersion": 2,
"packages": [
{
"name": "_fe_analyzer_shared",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/_fe_analyzer_shared-85.0.0",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "analyzer",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/analyzer-7.7.1",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "archive",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/archive-4.0.9",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "args",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/args-2.7.0",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "async",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/async-2.13.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "boolean_selector",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/boolean_selector-2.1.2",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "build",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/build-3.1.0",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "build_config",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/build_config-1.2.0",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "build_daemon",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/build_daemon-4.1.1",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "build_resolvers",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/build_resolvers-3.0.3",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "build_runner",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/build_runner-2.7.1",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "build_runner_core",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/build_runner_core-9.3.1",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "built_collection",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/built_collection-5.1.1",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "built_value",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/built_value-8.12.3",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "characters",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/characters-1.4.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "checked_yaml",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/checked_yaml-2.0.4",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "cli_config",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/cli_config-0.2.0",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "clock",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/clock-1.1.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "code_builder",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/code_builder-4.11.1",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "collection",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/collection-1.19.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "confetti",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/confetti-0.7.0",
"packageUri": "lib/",
"languageVersion": "2.17"
},
{
"name": "convert",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/convert-3.1.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "cookie_jar",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/cookie_jar-4.0.8",
"packageUri": "lib/",
"languageVersion": "2.15"
},
{
"name": "country_code_picker",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/country_code_picker-3.4.1",
"packageUri": "lib/",
"languageVersion": "2.17"
},
{
"name": "coverage",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/coverage-1.15.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "crypto",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/crypto-3.0.7",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "dart_style",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/dart_style-3.1.1",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "design_system",
"rootUri": "../../../../../packages/design_system",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "diacritic",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/diacritic-0.1.6",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "dio",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/dio-5.9.1",
"packageUri": "lib/",
"languageVersion": "2.18"
},
{
"name": "dio_cookie_manager",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/dio_cookie_manager-3.3.0",
"packageUri": "lib/",
"languageVersion": "2.18"
},
{
"name": "dio_web_adapter",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/dio_web_adapter-2.1.1",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "equatable",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/equatable-2.0.8",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "fake_async",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/fake_async-1.3.3",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "ffi",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/ffi-2.2.0",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "file",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/file-7.0.1",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "fixnum",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/fixnum-1.1.1",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "fl_chart",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/fl_chart-1.1.1",
"packageUri": "lib/",
"languageVersion": "3.6"
},
{
"name": "flutter",
"rootUri": "file:///Users/juliandalcalaf/Development/flutter/packages/flutter",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "flutter_lints",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/flutter_lints-5.0.0",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "flutter_riverpod",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/flutter_riverpod-3.2.1",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "flutter_svg",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/flutter_svg-2.2.3",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "flutter_test",
"rootUri": "file:///Users/juliandalcalaf/Development/flutter/packages/flutter_test",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "flutter_treezor_entrust_sdk_bridge",
"rootUri": "../../../../../packages/flutter_treezor_entrust_sdk_bridge",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "flutter_web_plugins",
"rootUri": "file:///Users/juliandalcalaf/Development/flutter/packages/flutter_web_plugins",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "fonts",
"rootUri": "../../../../../packages/fonts",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "freezed",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/freezed-3.2.3",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "freezed_annotation",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/freezed_annotation-3.1.0",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "frontend_server_client",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/frontend_server_client-4.0.0",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "get_it",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/get_it-9.2.0",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "glob",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/glob-2.1.3",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "go_router",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/go_router-17.1.0",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "graphs",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/graphs-2.3.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "http",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/http-1.6.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "http_multi_server",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/http_multi_server-3.2.2",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "http_parser",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/http_parser-4.1.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "intl",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/intl-0.20.2",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "io",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/io-1.0.5",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "js",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/js-0.7.2",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "json_annotation",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/json_annotation-4.9.0",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "json_serializable",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/json_serializable-6.11.2",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "leak_tracker",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/leak_tracker-11.0.2",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "leak_tracker_flutter_testing",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.10",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "leak_tracker_testing",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.2",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "lints",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/lints-5.1.1",
"packageUri": "lib/",
"languageVersion": "3.6"
},
{
"name": "logging",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/logging-1.3.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "lottie",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/lottie-3.3.2",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "matcher",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/matcher-0.12.17",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "material_color_utilities",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1",
"packageUri": "lib/",
"languageVersion": "2.17"
},
{
"name": "meta",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/meta-1.16.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "mime",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/mime-2.0.0",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "node_preamble",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/node_preamble-2.0.2",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "package_config",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/package_config-2.2.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "path",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path-1.9.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "path_parsing",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_parsing-1.1.0",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "path_provider",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider-2.1.5",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "path_provider_android",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_android-2.2.22",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "path_provider_foundation",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "path_provider_linux",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "path_provider_platform_interface",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "path_provider_windows",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "petitparser",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/petitparser-7.0.2",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "platform",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/platform-3.1.6",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "plugin_platform_interface",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "pool",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/pool-1.5.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "posix",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/posix-6.5.0",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "pub_semver",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/pub_semver-2.2.0",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "pubspec_parse",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/pubspec_parse-1.5.0",
"packageUri": "lib/",
"languageVersion": "3.6"
},
{
"name": "riverpod",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/riverpod-3.2.1",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "sca_treezor",
"rootUri": "../../../../../packages/sca_treezor",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "sf_infrastructure",
"rootUri": "../../../../../packages/sf_infrastructure",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "sf_localizations",
"rootUri": "../../../../../packages/sf_localizations",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "sf_shared",
"rootUri": "../../../../../packages/sf_shared",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "shared_preferences",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences-2.5.4",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "shared_preferences_android",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.20",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "shared_preferences_foundation",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "shared_preferences_linux",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "shared_preferences_platform_interface",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_platform_interface-2.4.1",
"packageUri": "lib/",
"languageVersion": "3.2"
},
{
"name": "shared_preferences_web",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "shared_preferences_windows",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "shelf",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shelf-1.4.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "shelf_packages_handler",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shelf_packages_handler-3.0.2",
"packageUri": "lib/",
"languageVersion": "2.17"
},
{
"name": "shelf_static",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shelf_static-1.1.3",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "shelf_web_socket",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shelf_web_socket-3.0.0",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "sky_engine",
"rootUri": "file:///Users/juliandalcalaf/Development/flutter/bin/cache/pkg/sky_engine",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "source_gen",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/source_gen-4.0.0",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "source_helper",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/source_helper-1.3.8",
"packageUri": "lib/",
"languageVersion": "3.7"
},
{
"name": "source_map_stack_trace",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/source_map_stack_trace-2.1.2",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "source_maps",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/source_maps-0.10.13",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "source_span",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/source_span-1.10.2",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "stack_trace",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/stack_trace-1.12.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "state_notifier",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/state_notifier-1.0.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "stream_channel",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/stream_channel-2.1.4",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "stream_transform",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/stream_transform-2.1.1",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "string_scanner",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/string_scanner-1.4.1",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "term_glyph",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/term_glyph-1.2.2",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "test",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/test-1.26.2",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "test_api",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/test_api-0.7.6",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "test_core",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/test_core-0.6.11",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "timing",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/timing-1.0.2",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "top_snackbar_flutter",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/top_snackbar_flutter-3.3.0",
"packageUri": "lib/",
"languageVersion": "2.15"
},
{
"name": "typed_data",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/typed_data-1.4.0",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "universal_io",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/universal_io-2.3.1",
"packageUri": "lib/",
"languageVersion": "3.6"
},
{
"name": "utils",
"rootUri": "../../../../../packages/utils",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "vector_graphics",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/vector_graphics-1.1.19",
"packageUri": "lib/",
"languageVersion": "3.6"
},
{
"name": "vector_graphics_codec",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/vector_graphics_codec-1.1.13",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "vector_graphics_compiler",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.20",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "vector_math",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/vector_math-2.2.0",
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "vm_service",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/vm_service-15.0.2",
"packageUri": "lib/",
"languageVersion": "3.5"
},
{
"name": "watcher",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/watcher-1.2.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "web",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/web-1.1.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "web_socket",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/web_socket-1.0.1",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "web_socket_channel",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/web_socket_channel-3.0.3",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "webkit_inspection_protocol",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/webkit_inspection_protocol-1.2.1",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "xdg_directories",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0",
"packageUri": "lib/",
"languageVersion": "3.3"
},
{
"name": "xml",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/xml-6.6.1",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "yaml",
"rootUri": "file:///Users/juliandalcalaf/.pub-cache/hosted/pub.dev/yaml-3.1.3",
"packageUri": "lib/",
"languageVersion": "3.4"
},
{
"name": "activity",
"rootUri": "../",
"packageUri": "lib/",
"languageVersion": "3.9"
}
],
"generator": "pub",
"generatorVersion": "3.9.2",
"flutterRoot": "file:///Users/juliandalcalaf/Development/flutter",
"flutterVersion": "3.35.7",
"pubCache": "file:///Users/juliandalcalaf/.pub-cache"
}

View File

@@ -0,0 +1,3 @@
{
"workspaceRoot": "../../../../../.."
}

View File

@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_treezor_entrust_sdk_bridge","path":"/Users/juliandalcalaf/Desktop/save-family-app/sf-app-platform/packages/flutter_treezor_entrust_sdk_bridge/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_foundation","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_foundation","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"android":[{"name":"flutter_treezor_entrust_sdk_bridge","path":"/Users/juliandalcalaf/Desktop/save-family-app/sf-app-platform/packages/flutter_treezor_entrust_sdk_bridge/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_android","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_android-2.2.22/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_android","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.20/","native_build":true,"dependencies":[],"dev_dependency":false}],"macos":[{"name":"path_provider_foundation","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_foundation","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"linux":[{"name":"path_provider_linux","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_linux","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/","native_build":false,"dependencies":["path_provider_linux"],"dev_dependency":false}],"windows":[{"name":"path_provider_windows","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_windows","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/","native_build":false,"dependencies":["path_provider_windows"],"dev_dependency":false}],"web":[{"name":"shared_preferences_web","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/","dependencies":[],"dev_dependency":false}]},"dependencyGraph":[{"name":"flutter_treezor_entrust_sdk_bridge","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"shared_preferences","dependencies":["shared_preferences_android","shared_preferences_foundation","shared_preferences_linux","shared_preferences_web","shared_preferences_windows"]},{"name":"shared_preferences_android","dependencies":[]},{"name":"shared_preferences_foundation","dependencies":[]},{"name":"shared_preferences_linux","dependencies":["path_provider_linux"]},{"name":"shared_preferences_web","dependencies":[]},{"name":"shared_preferences_windows","dependencies":["path_provider_windows"]}],"date_created":"2026-04-06 21:06:44.894987","version":"3.35.7","swift_package_manager_enabled":{"ios":false,"macos":false}}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_treezor_entrust_sdk_bridge","path":"/Users/juliandalcalaf/Desktop/save-family-app/sf-app-platform/packages/flutter_treezor_entrust_sdk_bridge/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_foundation","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.3/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_foundation","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"android":[{"name":"flutter_treezor_entrust_sdk_bridge","path":"/Users/juliandalcalaf/Desktop/save-family-app/sf-app-platform/packages/flutter_treezor_entrust_sdk_bridge/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_android","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_android-2.2.20/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_android","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.23/","native_build":true,"dependencies":[],"dev_dependency":false}],"macos":[{"name":"path_provider_foundation","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.3/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_foundation","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"linux":[{"name":"path_provider_linux","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_linux","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/","native_build":false,"dependencies":["path_provider_linux"],"dev_dependency":false}],"windows":[{"name":"path_provider_windows","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[],"dev_dependency":false},{"name":"shared_preferences_windows","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/","native_build":false,"dependencies":["path_provider_windows"],"dev_dependency":false}],"web":[{"name":"shared_preferences_web","path":"/Users/juliandalcalaf/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/","dependencies":[],"dev_dependency":false}]},"dependencyGraph":[{"name":"flutter_treezor_entrust_sdk_bridge","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"shared_preferences","dependencies":["shared_preferences_android","shared_preferences_foundation","shared_preferences_linux","shared_preferences_web","shared_preferences_windows"]},{"name":"shared_preferences_android","dependencies":[]},{"name":"shared_preferences_foundation","dependencies":[]},{"name":"shared_preferences_linux","dependencies":["path_provider_linux"]},{"name":"shared_preferences_web","dependencies":[]},{"name":"shared_preferences_windows","dependencies":["path_provider_windows"]}],"date_created":"2026-04-06 22:32:32.905321","version":"3.35.7","swift_package_manager_enabled":{"ios":false,"macos":false}}

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,6 @@
name: activity
publish_to: 'none'
resolution: workspace
description: "Activity module"
version: 0.0.1
homepage:
@@ -24,7 +25,7 @@ dependencies:
path: ../../../../packages/sf_infrastructure
#dependencies go here
freezed_annotation: ^3.0.0
freezed_annotation: ^3.1.0
flutter_riverpod: ^3.0.3
get_it: ^9.0.5
go_router: ^17.0.0
@@ -33,7 +34,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
freezed: ^3.0.0
build_runner: ^2.4.0
freezed: ^3.2.3
build_runner: ^2.7.1
flutter:

View File

@@ -1,18 +0,0 @@
# melos_managed_dependency_overrides: design_system,flutter_treezor_entrust_sdk_bridge,fonts,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -1,5 +1,5 @@
name: auth
# resolution: workspace
resolution: workspace
description: "A new Flutter package project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1
@@ -35,22 +35,22 @@ dependencies:
fonts:
path: ../../../../packages/fonts
#dependencies go here
flutter_svg: ^2.2.1
flutter_svg: ^2.2.2
get_it: ^9.0.5
go_router: ^17.0.0
flutter_riverpod: ^3.0.3
freezed_annotation: ^3.1.0
freezed: ^3.2.3
dio: ^5.9.0
dio: ^5.9.2
country_code_picker: ^3.4.1
json_annotation: ^4.9.0
json_serializable: ^6.11.2
uuid: ^4.5.2
uuid: ^4.5.3
mobile_scanner: ^7.1.4
dio_cookie_manager: ^3.3.0
cookie_jar: ^4.0.8
path_provider: ^2.1.5
shared_preferences: ^2.5.4
shared_preferences: ^2.5.5
l10n_countries: ^1.3.1
sealed_countries: ^2.8.0
flutter_map: ^8.2.2

View File

@@ -1,28 +0,0 @@
# melos_managed_dependency_overrides: activity,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,navigation,notifications,payments,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
activity:
path: ../activity
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
home:
path: ../home
navigation:
path: ../../../../packages/navigation
notifications:
path: ../notifications
payments:
path: ../../../../packages/payments
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -2,6 +2,7 @@ name: dashboard_shell
resoluction: workspace
description: "A new Flutter package project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
resolution: workspace
version: 0.0.1
homepage:

View File

@@ -1,32 +0,0 @@
# melos_managed_dependency_overrides: activity,auth,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,navigation,notifications,payments,profile,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
activity:
path: ../activity
auth:
path: ../auth
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
home:
path: ../home
navigation:
path: ../../../../packages/navigation
notifications:
path: ../notifications
payments:
path: ../../../../packages/payments
profile:
path: ../profile
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -1,5 +1,5 @@
name: home
# resolution: workspace
resolution: workspace
description: "A new Flutter package project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1
@@ -37,17 +37,17 @@ dependencies:
path: ../../../../packages/fonts
#dependencies go here
intl: ^0.20.2
flutter_svg: ^2.2.1
flutter_svg: ^2.2.2
flutter_riverpod: ^3.0.3
get_it: ^9.0.5
go_router: ^17.0.0
freezed_annotation: ^3.0.0
freezed_annotation: ^3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
freezed: ^3.0.0
build_runner: ^2.4.0
freezed: ^3.2.3
build_runner: ^2.7.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

View File

@@ -1,28 +0,0 @@
# melos_managed_dependency_overrides: activity,auth,design_system,flutter_treezor_entrust_sdk_bridge,fonts,navigation,notifications,payments,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
activity:
path: ../activity
auth:
path: ../auth
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
navigation:
path: ../../../../packages/navigation
notifications:
path: ../notifications
payments:
path: ../../../../packages/payments
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -1,5 +1,5 @@
name: notifications
# resolution: workspace
resolution: workspace
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
description: "A new Flutter package project."
version: 0.0.1

View File

@@ -1,20 +0,0 @@
# melos_managed_dependency_overrides: activity,design_system,flutter_treezor_entrust_sdk_bridge,fonts,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
activity:
path: ../activity
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -1,5 +1,5 @@
name: profile
# resolution: workspace
resolution: workspace
description: "A new Flutter package project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1
@@ -33,25 +33,25 @@ dependencies:
payments:
path: ../../../../packages/payments
dio: ^5.9.0
dio: ^5.9.2
#dependencies go here
country_code_picker: ^3.4.1
sealed_countries: ^2.8.0
freezed_annotation: ^3.0.0
freezed_annotation: ^3.1.0
flutter_riverpod: ^3.0.3
get_it: ^9.0.5
go_router: ^17.0.0
flutter_svg: ^2.2.2
fl_chart: ^1.1.1
intl: ^0.20.2
url_launcher: ^6.3.1
url_launcher: ^6.3.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
freezed: ^3.0.0
build_runner: ^2.4.0
freezed: ^3.2.3
build_runner: ^2.7.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

View File

@@ -1,30 +0,0 @@
# melos_managed_dependency_overrides: activity,auth,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,navigation,notifications,payments,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
activity:
path: ../activity
auth:
path: ../auth
design_system:
path: ../../../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../../../packages/fonts
home:
path: ../home
navigation:
path: ../../../../packages/navigation
notifications:
path: ../notifications
payments:
path: ../../../../packages/payments
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:
path: ../../../../packages/sf_infrastructure
sf_localizations:
path: ../../../../packages/sf_localizations
sf_shared:
path: ../../../../packages/sf_shared
utils:
path: ../../../../packages/utils

View File

@@ -3,6 +3,7 @@ description: "A new Flutter package project."
version: 0.0.1
homepage:
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
resolution: workspace
environment:
sdk: ^3.9.2

View File

@@ -1,20 +0,0 @@
# melos_managed_dependency_overrides: design_system,flutter_treezor_entrust_sdk_bridge,fonts,navigation,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
dependency_overrides:
design_system:
path: ../../packages/design_system
flutter_treezor_entrust_sdk_bridge:
path: ../../packages/flutter_treezor_entrust_sdk_bridge
fonts:
path: ../../packages/fonts
navigation:
path: ../../packages/navigation
sca_treezor:
path: ../../packages/sca_treezor
sf_infrastructure:
path: ../../packages/sf_infrastructure
sf_localizations:
path: ../../packages/sf_localizations
sf_shared:
path: ../../packages/sf_shared
utils:
path: ../../packages/utils