refactor: group payment app modules under payment/ folder

This commit is contained in:
2026-04-06 21:21:15 +02:00
parent 8ade5ad3d7
commit b63b06ef14
393 changed files with 170 additions and 1796 deletions

12
.idea/modules.xml generated
View File

@@ -3,26 +3,26 @@
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/modules/legacy/modules/account/melos_account.iml" filepath="$PROJECT_DIR$/modules/legacy/modules/account/melos_account.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/activity/melos_activity.iml" filepath="$PROJECT_DIR$/modules/activity/melos_activity.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/auth/melos_auth.iml" filepath="$PROJECT_DIR$/modules/auth/melos_auth.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/payment/modules/activity/melos_activity.iml" filepath="$PROJECT_DIR$/modules/payment/modules/activity/melos_activity.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/payment/modules/auth/melos_auth.iml" filepath="$PROJECT_DIR$/modules/payment/modules/auth/melos_auth.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/modules/control_panel/melos_control_panel.iml" filepath="$PROJECT_DIR$/modules/legacy/modules/control_panel/melos_control_panel.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/modules/customer_service/melos_customer_service.iml" filepath="$PROJECT_DIR$/modules/legacy/modules/customer_service/melos_customer_service.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/dashboard_shell/melos_dashboard_shell.iml" filepath="$PROJECT_DIR$/modules/dashboard_shell/melos_dashboard_shell.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/payment/modules/dashboard_shell/melos_dashboard_shell.iml" filepath="$PROJECT_DIR$/modules/payment/modules/dashboard_shell/melos_dashboard_shell.iml" />
<module fileurl="file://$PROJECT_DIR$/packages/design_system/melos_design_system.iml" filepath="$PROJECT_DIR$/packages/design_system/melos_design_system.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/modules/device_management/melos_device_management.iml" filepath="$PROJECT_DIR$/modules/legacy/modules/device_management/melos_device_management.iml" />
<module fileurl="file://$PROJECT_DIR$/packages/flutter_treezor_entrust_sdk_bridge/melos_flutter_treezor_entrust_sdk_bridge.iml" filepath="$PROJECT_DIR$/packages/flutter_treezor_entrust_sdk_bridge/melos_flutter_treezor_entrust_sdk_bridge.iml" />
<module fileurl="file://$PROJECT_DIR$/packages/flutter_treezor_entrust_sdk_bridge/example/melos_flutter_treezor_entrust_sdk_bridge_example.iml" filepath="$PROJECT_DIR$/packages/flutter_treezor_entrust_sdk_bridge/example/melos_flutter_treezor_entrust_sdk_bridge_example.iml" />
<module fileurl="file://$PROJECT_DIR$/packages/fonts/melos_fonts.iml" filepath="$PROJECT_DIR$/packages/fonts/melos_fonts.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/home/melos_home.iml" filepath="$PROJECT_DIR$/modules/home/melos_home.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/payment/modules/home/melos_home.iml" filepath="$PROJECT_DIR$/modules/payment/modules/home/melos_home.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/melos_legacy.iml" filepath="$PROJECT_DIR$/modules/legacy/melos_legacy.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/modules/legacy_auth/melos_legacy_auth.iml" filepath="$PROJECT_DIR$/modules/legacy/modules/legacy_auth/melos_legacy_auth.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/modules/legacy_dashboard_shell/melos_legacy_dashboard_shell.iml" filepath="$PROJECT_DIR$/modules/legacy/modules/legacy_dashboard_shell/melos_legacy_dashboard_shell.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/packages/legacy_shared/melos_legacy_shared.iml" filepath="$PROJECT_DIR$/modules/legacy/packages/legacy_shared/melos_legacy_shared.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/modules/location/melos_location.iml" filepath="$PROJECT_DIR$/modules/legacy/modules/location/melos_location.iml" />
<module fileurl="file://$PROJECT_DIR$/packages/navigation/melos_navigation.iml" filepath="$PROJECT_DIR$/packages/navigation/melos_navigation.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/notifications/melos_notifications.iml" filepath="$PROJECT_DIR$/modules/notifications/melos_notifications.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/payment/modules/notifications/melos_notifications.iml" filepath="$PROJECT_DIR$/modules/payment/modules/notifications/melos_notifications.iml" />
<module fileurl="file://$PROJECT_DIR$/packages/payments/melos_payments.iml" filepath="$PROJECT_DIR$/packages/payments/melos_payments.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/profile/melos_profile.iml" filepath="$PROJECT_DIR$/modules/profile/melos_profile.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/payment/modules/profile/melos_profile.iml" filepath="$PROJECT_DIR$/modules/payment/modules/profile/melos_profile.iml" />
<module fileurl="file://$PROJECT_DIR$/packages/sca_treezor/melos_sca_treezor.iml" filepath="$PROJECT_DIR$/packages/sca_treezor/melos_sca_treezor.iml" />
<module fileurl="file://$PROJECT_DIR$/modules/legacy/modules/settings/melos_settings.iml" filepath="$PROJECT_DIR$/modules/legacy/modules/settings/melos_settings.iml" />
<module fileurl="file://$PROJECT_DIR$/apps/mobile_app/melos_sf_app_platform.iml" filepath="$PROJECT_DIR$/apps/mobile_app/melos_sf_app_platform.iml" />

View File

@@ -1,7 +1,7 @@
<!-- Generated by Melos -->
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Flutter Test -&gt; 'auth'" type="FlutterTestConfigType" factoryName="Flutter Test">
<option name="testDir" value="$PROJECT_DIR$/modules/auth/test" />
<option name="testDir" value="$PROJECT_DIR$/modules/payment/modules/auth/test" />
<method v="2" />
</configuration>
</component>

View File

@@ -1,7 +1,7 @@
<!-- Generated by Melos -->
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Flutter Test -&gt; 'dashboard_shell'" type="FlutterTestConfigType" factoryName="Flutter Test">
<option name="testDir" value="$PROJECT_DIR$/modules/dashboard_shell/test" />
<option name="testDir" value="$PROJECT_DIR$/modules/payment/modules/dashboard_shell/test" />
<method v="2" />
</configuration>
</component>

View File

@@ -1,7 +1,7 @@
<!-- Generated by Melos -->
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Flutter Test -&gt; 'home'" type="FlutterTestConfigType" factoryName="Flutter Test">
<option name="testDir" value="$PROJECT_DIR$/modules/home/test" />
<option name="testDir" value="$PROJECT_DIR$/modules/payment/modules/home/test" />
<method v="2" />
</configuration>
</component>

View File

@@ -1,7 +1,7 @@
<!-- Generated by Melos -->
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Flutter Test -&gt; 'notifications'" type="FlutterTestConfigType" factoryName="Flutter Test">
<option name="testDir" value="$PROJECT_DIR$/modules/notifications/test" />
<option name="testDir" value="$PROJECT_DIR$/modules/payment/modules/notifications/test" />
<method v="2" />
</configuration>
</component>

View File

@@ -1,7 +1,7 @@
<!-- Generated by Melos -->
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Flutter Test -&gt; 'profile'" type="FlutterTestConfigType" factoryName="Flutter Test">
<option name="testDir" value="$PROJECT_DIR$/modules/profile/test" />
<option name="testDir" value="$PROJECT_DIR$/modules/payment/modules/profile/test" />
<method v="2" />
</configuration>
</component>

View File

@@ -19,7 +19,7 @@ packages:
activity:
dependency: "direct main"
description:
path: "../../modules/activity"
path: "../../modules/payment/modules/activity"
relative: true
source: path
version: "0.0.1"
@@ -66,7 +66,7 @@ packages:
auth:
dependency: "direct main"
description:
path: "../../modules/auth"
path: "../../modules/payment/modules/auth"
relative: true
source: path
version: "0.0.1"
@@ -311,7 +311,7 @@ packages:
dashboard_shell:
dependency: "direct main"
description:
path: "../../modules/dashboard_shell"
path: "../../modules/payment/modules/dashboard_shell"
relative: true
source: path
version: "0.0.1"
@@ -606,7 +606,7 @@ packages:
home:
dependency: "direct main"
description:
path: "../../modules/home"
path: "../../modules/payment/modules/home"
relative: true
source: path
version: "0.0.1"
@@ -944,7 +944,7 @@ packages:
notifications:
dependency: "direct main"
description:
path: "../../modules/notifications"
path: "../../modules/payment/modules/notifications"
relative: true
source: path
version: "0.0.1"
@@ -1118,7 +1118,7 @@ packages:
profile:
dependency: "direct main"
description:
path: "../../modules/profile"
path: "../../modules/payment/modules/profile"
relative: true
source: path
version: "0.0.1"

View File

@@ -38,17 +38,17 @@ dependencies:
#modules dependencies go here
activity:
path: ../../modules/activity
path: ../../modules/payment/modules/activity
auth:
path: ../../modules/auth
path: ../../modules/payment/modules/auth
home:
path: ../../modules/home
profile:
path: ../../modules/profile
path: ../../modules/payment/modules/home
profile:
path: ../../modules/payment/modules/profile
notifications:
path: ../../modules/notifications
path: ../../modules/payment/modules/notifications
dashboard_shell:
path: ../../modules/dashboard_shell
path: ../../modules/payment/modules/dashboard_shell
legacy_dashboard_shell:
path: ../../modules/legacy/modules/legacy_dashboard_shell
control_panel:

View File

@@ -1,19 +1,19 @@
# melos_managed_dependency_overrides: account,activity,auth,customer_service,dashboard_shell,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_dashboard_shell,legacy_shared,navigation,notifications,payments,profile,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,splash,utils,control_panel,device_management,legacy_auth,location
# melos_managed_dependency_overrides: settings
# melos_managed_dependency_overrides: account,activity,auth,customer_service,dashboard_shell,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_dashboard_shell,legacy_shared,navigation,notifications,payments,profile,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,splash,utils,control_panel,device_management
# melos_managed_dependency_overrides: account,activity,auth,control_panel,customer_service,dashboard_shell,design_system,device_management,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_auth,legacy_dashboard_shell,legacy_shared,location,navigation,notifications,payments,profile,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,splash,utils
dependency_overrides:
settings:
path: ../../modules/legacy/modules/settings
account:
path: ../../modules/legacy/modules/account
activity:
path: ../../modules/activity
path: ../../modules/payment/modules/activity
auth:
path: ../../modules/auth
path: ../../modules/payment/modules/auth
control_panel:
path: ../../modules/legacy/modules/control_panel
customer_service:
path: ../../modules/legacy/modules/customer_service
dashboard_shell:
path: ../../modules/dashboard_shell
path: ../../modules/payment/modules/dashboard_shell
design_system:
path: ../../packages/design_system
device_management:
@@ -23,7 +23,7 @@ dependency_overrides:
fonts:
path: ../../packages/fonts
home:
path: ../../modules/home
path: ../../modules/payment/modules/home
legacy_auth:
path: ../../modules/legacy/modules/legacy_auth
legacy_dashboard_shell:
@@ -35,15 +35,13 @@ dependency_overrides:
navigation:
path: ../../packages/navigation
notifications:
path: ../../modules/notifications
path: ../../modules/payment/modules/notifications
payments:
path: ../../packages/payments
profile:
path: ../../modules/profile
path: ../../modules/payment/modules/profile
sca_treezor:
path: ../../packages/sca_treezor
settings:
path: ../../modules/legacy/modules/settings
sf_infrastructure:
path: ../../packages/sf_infrastructure
sf_localizations:

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

@@ -9,13 +9,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "85.0.0"
activity:
dependency: "direct overridden"
description:
path: "../../../activity"
relative: true
source: path
version: "0.0.1"
analyzer:
dependency: transitive
description:
@@ -48,13 +41,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.13.0"
auth:
dependency: "direct overridden"
description:
path: "../../../auth"
relative: true
source: path
version: "0.0.1"
boolean_selector:
dependency: transitive
description:
@@ -459,13 +445,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
home:
dependency: "direct overridden"
description:
path: "../../../home"
relative: true
source: path
version: "0.0.1"
http:
dependency: transitive
description:
@@ -703,13 +682,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
notifications:
dependency: "direct overridden"
description:
path: "../../../notifications"
relative: true
source: path
version: "0.0.1"
package_config:
dependency: transitive
description:

View File

@@ -1,26 +1,17 @@
# melos_managed_dependency_overrides: legacy_auth
# melos_managed_dependency_overrides: activity,auth,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_shared,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
legacy_auth:
path: ../legacy_auth
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
notifications:
path: ../../../notifications
payments:
path: ../../../../packages/payments
sca_treezor:

View File

@@ -9,13 +9,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "85.0.0"
activity:
dependency: "direct overridden"
description:
path: "../../../activity"
relative: true
source: path
version: "0.0.1"
analyzer:
dependency: transitive
description:
@@ -64,13 +57,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.13.0"
auth:
dependency: "direct overridden"
description:
path: "../../../auth"
relative: true
source: path
version: "0.0.1"
boolean_selector:
dependency: transitive
description:
@@ -319,13 +305,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.1"
dashboard_shell:
dependency: "direct main"
description:
path: "../../../dashboard_shell"
relative: true
source: path
version: "0.0.1"
design_system:
dependency: "direct main"
description:
@@ -530,13 +509,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
home:
dependency: "direct overridden"
description:
path: "../../../home"
relative: true
source: path
version: "0.0.1"
hotreloader:
dependency: transitive
description:
@@ -609,30 +581,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.11.2"
l10n_countries:
dependency: transitive
description:
name: l10n_countries
sha256: dfeb4d4925f71d61d2c495a0f0e1430fe66ce664cf87533dd10dc445cab0ff02
url: "https://pub.dev"
source: hosted
version: "1.3.1"
l10n_currencies:
dependency: transitive
description:
name: l10n_currencies
sha256: "7a64e1e2ae7e8aae00cca3d079f7bef333f255bff98976ddf765121e2e5eb87e"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
l10n_languages:
dependency: transitive
description:
name: l10n_languages
sha256: "808f25db80df1697f9e8f05cdc9f2dad11a21ea6473f14f7bb65bef7082b27d3"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
latlong2:
dependency: "direct main"
description:
@@ -759,14 +707,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mobile_scanner:
dependency: transitive
description:
name: mobile_scanner
sha256: c92c26bf2231695b6d3477c8dcf435f51e28f87b1745966b1fe4c47a286171ce
url: "https://pub.dev"
source: hosted
version: "7.2.0"
mockito:
dependency: transitive
description:
@@ -790,13 +730,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
notifications:
dependency: "direct overridden"
description:
path: "../../../notifications"
relative: true
source: path
version: "0.0.1"
package_config:
dependency: transitive
description:
@@ -869,13 +802,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.0"
payments:
dependency: "direct overridden"
description:
path: "../../../../packages/payments"
relative: true
source: path
version: "0.0.1"
petitparser:
dependency: transitive
description:
@@ -916,13 +842,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.5.0"
profile:
dependency: "direct overridden"
description:
path: "../../../profile"
relative: true
source: path
version: "0.0.1"
proj4dart:
dependency: transitive
description:
@@ -1002,30 +921,6 @@ packages:
relative: true
source: path
version: "0.0.1"
sealed_countries:
dependency: transitive
description:
name: sealed_countries
sha256: bfb57edd964ca553da380ef181f665307b2847db418144b5d896a03e1adb06cc
url: "https://pub.dev"
source: hosted
version: "2.8.0"
sealed_currencies:
dependency: transitive
description:
name: sealed_currencies
sha256: "5885c77381cca83348529afd25d2ae7c0da295e972a6310c1acd1a8ae0033734"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sealed_languages:
dependency: transitive
description:
name: sealed_languages
sha256: "488a2bc6ccf01bbc0182b8c3203af9cc1a85dc1c6aa3d39792539643d11d199c"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sf_infrastructure:
dependency: "direct main"
description:
@@ -1292,70 +1187,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.1"
url_launcher:
dependency: transitive
description:
name: url_launcher
sha256: f6a7e5c4835bb4e3026a04793a4199ca2d14c739ec378fdfe23fc8075d0439f8
url: "https://pub.dev"
source: hosted
version: "6.3.2"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
sha256: "767344bf3063897b5cf0db830e94f904528e6dd50a6dfaf839f0abf509009611"
url: "https://pub.dev"
source: hosted
version: "6.3.28"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
sha256: cfde38aa257dae62ffe79c87fab20165dfdf6988c1d31b58ebf59b9106062aad
url: "https://pub.dev"
source: hosted
version: "6.3.6"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
sha256: d5e14138b3bc193a0f63c10a53c94b91d399df0512b1f29b94a043db7482384a
url: "https://pub.dev"
source: hosted
version: "3.2.2"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
sha256: "368adf46f71ad3c21b8f06614adb38346f193f3a59ba8fe9a2fd74133070ba18"
url: "https://pub.dev"
source: hosted
version: "3.2.5"
url_launcher_platform_interface:
dependency: transitive
description:
name: url_launcher_platform_interface
sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
url_launcher_web:
dependency: transitive
description:
name: url_launcher_web
sha256: "4bd2b7b4dc4d4d0b94e5babfffbca8eac1a126c7f3d6ecbc1a11013faa3abba2"
url: "https://pub.dev"
source: hosted
version: "2.4.1"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
sha256: "712c70ab1b99744ff066053cbe3e80c73332b38d46e5e945c98689b2e66fc15f"
url: "https://pub.dev"
source: hosted
version: "3.1.5"
utils:
dependency: "direct main"
description:
@@ -1451,38 +1282,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.1"
webview_flutter:
dependency: transitive
description:
name: webview_flutter
sha256: a3da219916aba44947d3a5478b1927876a09781174b5a2b67fa5be0555154bf9
url: "https://pub.dev"
source: hosted
version: "4.13.1"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
sha256: "2a03df01df2fd30b075d1e7f24c28aee593f2e5d5ac4c3c4283c5eda63717b24"
url: "https://pub.dev"
source: hosted
version: "4.10.13"
webview_flutter_platform_interface:
dependency: transitive
description:
name: webview_flutter_platform_interface
sha256: "63d26ee3aca7256a83ccb576a50272edd7cfc80573a4305caa98985feb493ee0"
url: "https://pub.dev"
source: hosted
version: "2.14.0"
webview_flutter_wkwebview:
dependency: transitive
description:
name: webview_flutter_wkwebview
sha256: fc0af89d403e1c053f03d023d97550412fa79f35332e2939514c82e6fe633198
url: "https://pub.dev"
source: hosted
version: "3.23.8"
wkt_parser:
dependency: transitive
description:

View File

@@ -32,8 +32,6 @@ dependencies:
flutter:
sdk: flutter
#modules dependencies go here
dashboard_shell:
path: ../../../../modules/dashboard_shell
legacy_dashboard_shell:
path: ../../modules/legacy_dashboard_shell
#packages dependencies go here

View File

@@ -1,31 +1,17 @@
# melos_managed_dependency_overrides: activity,auth,dashboard_shell,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_dashboard_shell,legacy_shared,navigation,notifications,payments,profile,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
# 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:
activity:
path: ../../../activity
auth:
path: ../../../auth
dashboard_shell:
path: ../../../dashboard_shell
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
legacy_dashboard_shell:
path: ../legacy_dashboard_shell
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
notifications:
path: ../../../notifications
payments:
path: ../../../../packages/payments
profile:
path: ../../../profile
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:

View File

@@ -9,13 +9,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "85.0.0"
activity:
dependency: "direct overridden"
description:
path: "../../../activity"
relative: true
source: path
version: "0.0.1"
analyzer:
dependency: transitive
description:
@@ -48,13 +41,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.13.0"
auth:
dependency: "direct overridden"
description:
path: "../../../auth"
relative: true
source: path
version: "0.0.1"
boolean_selector:
dependency: transitive
description:
@@ -231,22 +217,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.8"
dart_earcut:
dependency: transitive
description:
name: dart_earcut
sha256: e485001bfc05dcbc437d7bfb666316182e3522d4c3f9668048e004d0eb2ce43b
url: "https://pub.dev"
source: hosted
version: "1.2.0"
dart_polylabel2:
dependency: transitive
description:
name: dart_polylabel2
sha256: "7eeab15ce72894e4bdba6a8765712231fc81be0bd95247de4ad9966abc57adc6"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
dart_style:
dependency: transitive
description:
@@ -355,14 +325,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.0.0"
flutter_map:
dependency: transitive
description:
name: flutter_map
sha256: "391e7dc95cc3f5190748210a69d4cfeb5d8f84dcdfa9c3235d0a9d7742ccb3f8"
url: "https://pub.dev"
source: hosted
version: "8.2.2"
flutter_riverpod:
dependency: "direct main"
description:
@@ -459,13 +421,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
home:
dependency: "direct overridden"
description:
path: "../../../home"
relative: true
source: path
version: "0.0.1"
http:
dependency: transitive
description:
@@ -530,38 +485,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.11.2"
l10n_countries:
dependency: transitive
description:
name: l10n_countries
sha256: dfeb4d4925f71d61d2c495a0f0e1430fe66ce664cf87533dd10dc445cab0ff02
url: "https://pub.dev"
source: hosted
version: "1.3.1"
l10n_currencies:
dependency: transitive
description:
name: l10n_currencies
sha256: "7a64e1e2ae7e8aae00cca3d079f7bef333f255bff98976ddf765121e2e5eb87e"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
l10n_languages:
dependency: transitive
description:
name: l10n_languages
sha256: "808f25db80df1697f9e8f05cdc9f2dad11a21ea6473f14f7bb65bef7082b27d3"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
latlong2:
dependency: transitive
description:
name: latlong2
sha256: "98227922caf49e6056f91b6c56945ea1c7b166f28ffcd5fb8e72fc0b453cc8fe"
url: "https://pub.dev"
source: hosted
version: "0.9.1"
leak_tracker:
dependency: transitive
description:
@@ -601,22 +524,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.1.1"
lists:
dependency: transitive
description:
name: lists
sha256: "4ca5c19ae4350de036a7e996cdd1ee39c93ac0a2b840f4915459b7d0a7d4ab27"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
logger:
dependency: transitive
description:
name: logger
sha256: a7967e31b703831a893bbc3c3dd11db08126fe5f369b5c648a36f821979f5be3
url: "https://pub.dev"
source: hosted
version: "2.6.2"
logging:
dependency: transitive
description:
@@ -657,14 +564,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.16.0"
mgrs_dart:
dependency: transitive
description:
name: mgrs_dart
sha256: fb89ae62f05fa0bb90f70c31fc870bcbcfd516c843fb554452ab3396f78586f7
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mime:
dependency: transitive
description:
@@ -673,14 +572,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mobile_scanner:
dependency: transitive
description:
name: mobile_scanner
sha256: c92c26bf2231695b6d3477c8dcf435f51e28f87b1745966b1fe4c47a286171ce
url: "https://pub.dev"
source: hosted
version: "7.2.0"
navigation:
dependency: "direct main"
description:
@@ -696,13 +587,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
notifications:
dependency: "direct overridden"
description:
path: "../../../notifications"
relative: true
source: path
version: "0.0.1"
package_config:
dependency: transitive
description:
@@ -775,13 +659,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.0"
payments:
dependency: "direct overridden"
description:
path: "../../../../packages/payments"
relative: true
source: path
version: "0.0.1"
petitparser:
dependency: transitive
description:
@@ -822,14 +699,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.5.0"
proj4dart:
dependency: transitive
description:
name: proj4dart
sha256: c8a659ac9b6864aa47c171e78d41bbe6f5e1d7bd790a5814249e6b68bc44324e
url: "https://pub.dev"
source: hosted
version: "2.1.0"
pub_semver:
dependency: transitive
description:
@@ -877,30 +746,6 @@ packages:
relative: true
source: path
version: "0.0.1"
sealed_countries:
dependency: transitive
description:
name: sealed_countries
sha256: bfb57edd964ca553da380ef181f665307b2847db418144b5d896a03e1adb06cc
url: "https://pub.dev"
source: hosted
version: "2.8.0"
sealed_currencies:
dependency: transitive
description:
name: sealed_currencies
sha256: "5885c77381cca83348529afd25d2ae7c0da295e972a6310c1acd1a8ae0033734"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sealed_languages:
dependency: transitive
description:
name: sealed_languages
sha256: "488a2bc6ccf01bbc0182b8c3203af9cc1a85dc1c6aa3d39792539643d11d199c"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sf_infrastructure:
dependency: "direct main"
description:
@@ -1151,14 +996,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.4.0"
unicode:
dependency: transitive
description:
name: unicode
sha256: "0f69e46593d65245774d4f17125c6084d2c20b4e473a983f6e21b7d7762218f1"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
universal_io:
dependency: transitive
description:
@@ -1238,14 +1075,6 @@ packages:
relative: true
source: path
version: "0.0.1"
uuid:
dependency: transitive
description:
name: uuid
sha256: "1fef9e8e11e2991bb773070d4656b7bd5d850967a2456cfc83cf47925ba79489"
url: "https://pub.dev"
source: hosted
version: "4.5.3"
vector_graphics:
dependency: transitive
description:
@@ -1326,46 +1155,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.1"
webview_flutter:
dependency: transitive
description:
name: webview_flutter
sha256: a3da219916aba44947d3a5478b1927876a09781174b5a2b67fa5be0555154bf9
url: "https://pub.dev"
source: hosted
version: "4.13.1"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
sha256: "2a03df01df2fd30b075d1e7f24c28aee593f2e5d5ac4c3c4283c5eda63717b24"
url: "https://pub.dev"
source: hosted
version: "4.10.13"
webview_flutter_platform_interface:
dependency: transitive
description:
name: webview_flutter_platform_interface
sha256: "63d26ee3aca7256a83ccb576a50272edd7cfc80573a4305caa98985feb493ee0"
url: "https://pub.dev"
source: hosted
version: "2.14.0"
webview_flutter_wkwebview:
dependency: transitive
description:
name: webview_flutter_wkwebview
sha256: fc0af89d403e1c053f03d023d97550412fa79f35332e2939514c82e6fe633198
url: "https://pub.dev"
source: hosted
version: "3.23.8"
wkt_parser:
dependency: transitive
description:
name: wkt_parser
sha256: "8a555fc60de3116c00aad67891bcab20f81a958e4219cc106e3c037aa3937f13"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
xdg_directories:
dependency: transitive
description:

View File

@@ -1,25 +1,15 @@
# melos_managed_dependency_overrides: activity,auth,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_shared,navigation,notifications,payments,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
# 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:
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
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
notifications:
path: ../../../notifications
payments:
path: ../../../../packages/payments
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:

View File

@@ -9,13 +9,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "85.0.0"
activity:
dependency: "direct overridden"
description:
path: "../../../activity"
relative: true
source: path
version: "0.0.1"
analyzer:
dependency: transitive
description:
@@ -48,13 +41,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.13.0"
auth:
dependency: "direct overridden"
description:
path: "../../../auth"
relative: true
source: path
version: "0.0.1"
boolean_selector:
dependency: transitive
description:
@@ -239,22 +225,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.8"
dart_earcut:
dependency: transitive
description:
name: dart_earcut
sha256: e485001bfc05dcbc437d7bfb666316182e3522d4c3f9668048e004d0eb2ce43b
url: "https://pub.dev"
source: hosted
version: "1.2.0"
dart_polylabel2:
dependency: transitive
description:
name: dart_polylabel2
sha256: "7eeab15ce72894e4bdba6a8765712231fc81be0bd95247de4ad9966abc57adc6"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
dart_style:
dependency: transitive
description:
@@ -403,14 +373,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.0.0"
flutter_map:
dependency: transitive
description:
name: flutter_map
sha256: "391e7dc95cc3f5190748210a69d4cfeb5d8f84dcdfa9c3235d0a9d7742ccb3f8"
url: "https://pub.dev"
source: hosted
version: "8.2.2"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
@@ -515,13 +477,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
home:
dependency: "direct overridden"
description:
path: "../../../home"
relative: true
source: path
version: "0.0.1"
http:
dependency: transitive
description:
@@ -650,38 +605,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.11.2"
l10n_countries:
dependency: transitive
description:
name: l10n_countries
sha256: dfeb4d4925f71d61d2c495a0f0e1430fe66ce664cf87533dd10dc445cab0ff02
url: "https://pub.dev"
source: hosted
version: "1.3.1"
l10n_currencies:
dependency: transitive
description:
name: l10n_currencies
sha256: "7a64e1e2ae7e8aae00cca3d079f7bef333f255bff98976ddf765121e2e5eb87e"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
l10n_languages:
dependency: transitive
description:
name: l10n_languages
sha256: "808f25db80df1697f9e8f05cdc9f2dad11a21ea6473f14f7bb65bef7082b27d3"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
latlong2:
dependency: transitive
description:
name: latlong2
sha256: "98227922caf49e6056f91b6c56945ea1c7b166f28ffcd5fb8e72fc0b453cc8fe"
url: "https://pub.dev"
source: hosted
version: "0.9.1"
leak_tracker:
dependency: transitive
description:
@@ -721,22 +644,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.1.1"
lists:
dependency: transitive
description:
name: lists
sha256: "4ca5c19ae4350de036a7e996cdd1ee39c93ac0a2b840f4915459b7d0a7d4ab27"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
logger:
dependency: transitive
description:
name: logger
sha256: a7967e31b703831a893bbc3c3dd11db08126fe5f369b5c648a36f821979f5be3
url: "https://pub.dev"
source: hosted
version: "2.6.2"
logging:
dependency: transitive
description:
@@ -777,14 +684,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.16.0"
mgrs_dart:
dependency: transitive
description:
name: mgrs_dart
sha256: fb89ae62f05fa0bb90f70c31fc870bcbcfd516c843fb554452ab3396f78586f7
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mime:
dependency: transitive
description:
@@ -793,14 +692,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mobile_scanner:
dependency: transitive
description:
name: mobile_scanner
sha256: c92c26bf2231695b6d3477c8dcf435f51e28f87b1745966b1fe4c47a286171ce
url: "https://pub.dev"
source: hosted
version: "7.2.0"
navigation:
dependency: "direct main"
description:
@@ -816,13 +707,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
notifications:
dependency: "direct overridden"
description:
path: "../../../notifications"
relative: true
source: path
version: "0.0.1"
package_config:
dependency: transitive
description:
@@ -895,13 +779,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.0"
payments:
dependency: "direct overridden"
description:
path: "../../../../packages/payments"
relative: true
source: path
version: "0.0.1"
petitparser:
dependency: transitive
description:
@@ -942,14 +819,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.5.0"
proj4dart:
dependency: transitive
description:
name: proj4dart
sha256: c8a659ac9b6864aa47c171e78d41bbe6f5e1d7bd790a5814249e6b68bc44324e
url: "https://pub.dev"
source: hosted
version: "2.1.0"
pub_semver:
dependency: transitive
description:
@@ -981,30 +850,6 @@ packages:
relative: true
source: path
version: "0.0.1"
sealed_countries:
dependency: transitive
description:
name: sealed_countries
sha256: bfb57edd964ca553da380ef181f665307b2847db418144b5d896a03e1adb06cc
url: "https://pub.dev"
source: hosted
version: "2.8.0"
sealed_currencies:
dependency: transitive
description:
name: sealed_currencies
sha256: "5885c77381cca83348529afd25d2ae7c0da295e972a6310c1acd1a8ae0033734"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sealed_languages:
dependency: transitive
description:
name: sealed_languages
sha256: "488a2bc6ccf01bbc0182b8c3203af9cc1a85dc1c6aa3d39792539643d11d199c"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sf_infrastructure:
dependency: "direct main"
description:
@@ -1255,14 +1100,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.4.0"
unicode:
dependency: transitive
description:
name: unicode
sha256: "0f69e46593d65245774d4f17125c6084d2c20b4e473a983f6e21b7d7762218f1"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
universal_io:
dependency: transitive
description:
@@ -1430,46 +1267,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.1"
webview_flutter:
dependency: transitive
description:
name: webview_flutter
sha256: a3da219916aba44947d3a5478b1927876a09781174b5a2b67fa5be0555154bf9
url: "https://pub.dev"
source: hosted
version: "4.13.1"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
sha256: "2a03df01df2fd30b075d1e7f24c28aee593f2e5d5ac4c3c4283c5eda63717b24"
url: "https://pub.dev"
source: hosted
version: "4.10.13"
webview_flutter_platform_interface:
dependency: transitive
description:
name: webview_flutter_platform_interface
sha256: "63d26ee3aca7256a83ccb576a50272edd7cfc80573a4305caa98985feb493ee0"
url: "https://pub.dev"
source: hosted
version: "2.14.0"
webview_flutter_wkwebview:
dependency: transitive
description:
name: webview_flutter_wkwebview
sha256: fc0af89d403e1c053f03d023d97550412fa79f35332e2939514c82e6fe633198
url: "https://pub.dev"
source: hosted
version: "3.23.8"
wkt_parser:
dependency: transitive
description:
name: wkt_parser
sha256: "8a555fc60de3116c00aad67891bcab20f81a958e4219cc106e3c037aa3937f13"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
xdg_directories:
dependency: transitive
description:

View File

@@ -1,25 +1,15 @@
# melos_managed_dependency_overrides: activity,auth,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_shared,navigation,notifications,payments,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
# 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:
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
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
notifications:
path: ../../../notifications
payments:
path: ../../../../packages/payments
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:

View File

@@ -11,9 +11,6 @@ environment:
dependencies:
flutter:
sdk: flutter
#modules dependencies go here
home:
path: ../../../../modules/home
#packages dependencies go here
design_system:
path: ../../../../packages/design_system

View File

@@ -1,24 +1,15 @@
# melos_managed_dependency_overrides: legacy_shared
# 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
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
notifications:
path: ../../../notifications
payments:
path: ../../../../packages/payments
sca_treezor:

View File

@@ -1,31 +1,17 @@
# melos_managed_dependency_overrides: activity,auth,dashboard_shell,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_shared,navigation,notifications,payments,profile,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils,control_panel
# 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:
activity:
path: ../../../activity
auth:
path: ../../../auth
control_panel:
path: ../control_panel
dashboard_shell:
path: ../../../dashboard_shell
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
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
notifications:
path: ../../../notifications
payments:
path: ../../../../packages/payments
profile:
path: ../../../profile
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:

View File

@@ -9,13 +9,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "85.0.0"
activity:
dependency: "direct overridden"
description:
path: "../../../activity"
relative: true
source: path
version: "0.0.1"
analyzer:
dependency: transitive
description:
@@ -48,13 +41,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.13.0"
auth:
dependency: "direct overridden"
description:
path: "../../../auth"
relative: true
source: path
version: "0.0.1"
boolean_selector:
dependency: transitive
description:
@@ -270,13 +256,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.1"
dashboard_shell:
dependency: "direct overridden"
description:
path: "../../../dashboard_shell"
relative: true
source: path
version: "0.0.1"
design_system:
dependency: "direct main"
description:
@@ -481,13 +460,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
home:
dependency: "direct overridden"
description:
path: "../../../home"
relative: true
source: path
version: "0.0.1"
http:
dependency: transitive
description:
@@ -552,30 +524,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.11.2"
l10n_countries:
dependency: transitive
description:
name: l10n_countries
sha256: dfeb4d4925f71d61d2c495a0f0e1430fe66ce664cf87533dd10dc445cab0ff02
url: "https://pub.dev"
source: hosted
version: "1.3.1"
l10n_currencies:
dependency: transitive
description:
name: l10n_currencies
sha256: "7a64e1e2ae7e8aae00cca3d079f7bef333f255bff98976ddf765121e2e5eb87e"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
l10n_languages:
dependency: transitive
description:
name: l10n_languages
sha256: "808f25db80df1697f9e8f05cdc9f2dad11a21ea6473f14f7bb65bef7082b27d3"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
latlong2:
dependency: "direct main"
description:
@@ -702,14 +650,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mobile_scanner:
dependency: transitive
description:
name: mobile_scanner
sha256: c92c26bf2231695b6d3477c8dcf435f51e28f87b1745966b1fe4c47a286171ce
url: "https://pub.dev"
source: hosted
version: "7.2.0"
navigation:
dependency: "direct overridden"
description:
@@ -725,13 +665,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
notifications:
dependency: "direct overridden"
description:
path: "../../../notifications"
relative: true
source: path
version: "0.0.1"
package_config:
dependency: transitive
description:
@@ -804,13 +737,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.0"
payments:
dependency: "direct overridden"
description:
path: "../../../../packages/payments"
relative: true
source: path
version: "0.0.1"
petitparser:
dependency: transitive
description:
@@ -851,13 +777,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.5.0"
profile:
dependency: "direct overridden"
description:
path: "../../../profile"
relative: true
source: path
version: "0.0.1"
proj4dart:
dependency: transitive
description:
@@ -897,30 +816,6 @@ packages:
relative: true
source: path
version: "0.0.1"
sealed_countries:
dependency: transitive
description:
name: sealed_countries
sha256: bfb57edd964ca553da380ef181f665307b2847db418144b5d896a03e1adb06cc
url: "https://pub.dev"
source: hosted
version: "2.8.0"
sealed_currencies:
dependency: transitive
description:
name: sealed_currencies
sha256: "5885c77381cca83348529afd25d2ae7c0da295e972a6310c1acd1a8ae0033734"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sealed_languages:
dependency: transitive
description:
name: sealed_languages
sha256: "488a2bc6ccf01bbc0182b8c3203af9cc1a85dc1c6aa3d39792539643d11d199c"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sf_infrastructure:
dependency: "direct main"
description:
@@ -1203,30 +1098,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.1"
url_launcher:
dependency: transitive
description:
name: url_launcher
sha256: f6a7e5c4835bb4e3026a04793a4199ca2d14c739ec378fdfe23fc8075d0439f8
url: "https://pub.dev"
source: hosted
version: "6.3.2"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
sha256: "767344bf3063897b5cf0db830e94f904528e6dd50a6dfaf839f0abf509009611"
url: "https://pub.dev"
source: hosted
version: "6.3.28"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
sha256: cfde38aa257dae62ffe79c87fab20165dfdf6988c1d31b58ebf59b9106062aad
url: "https://pub.dev"
source: hosted
version: "6.3.6"
url_launcher_linux:
dependency: transitive
description:
@@ -1235,14 +1106,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.2.2"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
sha256: "368adf46f71ad3c21b8f06614adb38346f193f3a59ba8fe9a2fd74133070ba18"
url: "https://pub.dev"
source: hosted
version: "3.2.5"
url_launcher_platform_interface:
dependency: transitive
description:
@@ -1362,38 +1225,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.1"
webview_flutter:
dependency: transitive
description:
name: webview_flutter
sha256: a3da219916aba44947d3a5478b1927876a09781174b5a2b67fa5be0555154bf9
url: "https://pub.dev"
source: hosted
version: "4.13.1"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
sha256: "2a03df01df2fd30b075d1e7f24c28aee593f2e5d5ac4c3c4283c5eda63717b24"
url: "https://pub.dev"
source: hosted
version: "4.10.13"
webview_flutter_platform_interface:
dependency: transitive
description:
name: webview_flutter_platform_interface
sha256: "63d26ee3aca7256a83ccb576a50272edd7cfc80573a4305caa98985feb493ee0"
url: "https://pub.dev"
source: hosted
version: "2.14.0"
webview_flutter_wkwebview:
dependency: transitive
description:
name: webview_flutter_wkwebview
sha256: fc0af89d403e1c053f03d023d97550412fa79f35332e2939514c82e6fe633198
url: "https://pub.dev"
source: hosted
version: "3.23.8"
win32:
dependency: transitive
description:

View File

@@ -1,33 +1,19 @@
# melos_managed_dependency_overrides: activity,auth,control_panel,dashboard_shell,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_dashboard_shell,legacy_shared,navigation,notifications,payments,profile,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
# 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:
activity:
path: ../../../activity
auth:
path: ../../../auth
control_panel:
path: ../control_panel
dashboard_shell:
path: ../../../dashboard_shell
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
legacy_dashboard_shell:
path: ../legacy_dashboard_shell
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
notifications:
path: ../../../notifications
payments:
path: ../../../../packages/payments
profile:
path: ../../../profile
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:

View File

@@ -9,13 +9,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "85.0.0"
activity:
dependency: "direct overridden"
description:
path: "../../../activity"
relative: true
source: path
version: "0.0.1"
analyzer:
dependency: transitive
description:
@@ -48,13 +41,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.13.0"
auth:
dependency: "direct overridden"
description:
path: "../../../auth"
relative: true
source: path
version: "0.0.1"
boolean_selector:
dependency: transitive
description:
@@ -231,22 +217,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.8"
dart_earcut:
dependency: transitive
description:
name: dart_earcut
sha256: e485001bfc05dcbc437d7bfb666316182e3522d4c3f9668048e004d0eb2ce43b
url: "https://pub.dev"
source: hosted
version: "1.2.0"
dart_polylabel2:
dependency: transitive
description:
name: dart_polylabel2
sha256: "7eeab15ce72894e4bdba6a8765712231fc81be0bd95247de4ad9966abc57adc6"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
dart_style:
dependency: transitive
description:
@@ -363,14 +333,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.0.0"
flutter_map:
dependency: transitive
description:
name: flutter_map
sha256: "391e7dc95cc3f5190748210a69d4cfeb5d8f84dcdfa9c3235d0a9d7742ccb3f8"
url: "https://pub.dev"
source: hosted
version: "8.2.2"
flutter_riverpod:
dependency: "direct main"
description:
@@ -467,13 +429,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
home:
dependency: "direct overridden"
description:
path: "../../../home"
relative: true
source: path
version: "0.0.1"
http:
dependency: transitive
description:
@@ -538,38 +493,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.11.2"
l10n_countries:
dependency: transitive
description:
name: l10n_countries
sha256: dfeb4d4925f71d61d2c495a0f0e1430fe66ce664cf87533dd10dc445cab0ff02
url: "https://pub.dev"
source: hosted
version: "1.3.1"
l10n_currencies:
dependency: transitive
description:
name: l10n_currencies
sha256: "7a64e1e2ae7e8aae00cca3d079f7bef333f255bff98976ddf765121e2e5eb87e"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
l10n_languages:
dependency: transitive
description:
name: l10n_languages
sha256: "808f25db80df1697f9e8f05cdc9f2dad11a21ea6473f14f7bb65bef7082b27d3"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
latlong2:
dependency: transitive
description:
name: latlong2
sha256: "98227922caf49e6056f91b6c56945ea1c7b166f28ffcd5fb8e72fc0b453cc8fe"
url: "https://pub.dev"
source: hosted
version: "0.9.1"
leak_tracker:
dependency: transitive
description:
@@ -609,22 +532,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.1.1"
lists:
dependency: transitive
description:
name: lists
sha256: "4ca5c19ae4350de036a7e996cdd1ee39c93ac0a2b840f4915459b7d0a7d4ab27"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
logger:
dependency: transitive
description:
name: logger
sha256: a7967e31b703831a893bbc3c3dd11db08126fe5f369b5c648a36f821979f5be3
url: "https://pub.dev"
source: hosted
version: "2.6.2"
logging:
dependency: transitive
description:
@@ -665,14 +572,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.16.0"
mgrs_dart:
dependency: transitive
description:
name: mgrs_dart
sha256: fb89ae62f05fa0bb90f70c31fc870bcbcfd516c843fb554452ab3396f78586f7
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mime:
dependency: transitive
description:
@@ -681,14 +580,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mobile_scanner:
dependency: transitive
description:
name: mobile_scanner
sha256: c92c26bf2231695b6d3477c8dcf435f51e28f87b1745966b1fe4c47a286171ce
url: "https://pub.dev"
source: hosted
version: "7.2.0"
navigation:
dependency: "direct main"
description:
@@ -704,13 +595,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
notifications:
dependency: "direct overridden"
description:
path: "../../../notifications"
relative: true
source: path
version: "0.0.1"
package_config:
dependency: transitive
description:
@@ -783,13 +667,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.0"
payments:
dependency: "direct overridden"
description:
path: "../../../../packages/payments"
relative: true
source: path
version: "0.0.1"
petitparser:
dependency: transitive
description:
@@ -830,14 +707,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.5.0"
proj4dart:
dependency: transitive
description:
name: proj4dart
sha256: c8a659ac9b6864aa47c171e78d41bbe6f5e1d7bd790a5814249e6b68bc44324e
url: "https://pub.dev"
source: hosted
version: "2.1.0"
pub_semver:
dependency: transitive
description:
@@ -869,30 +738,6 @@ packages:
relative: true
source: path
version: "0.0.1"
sealed_countries:
dependency: transitive
description:
name: sealed_countries
sha256: bfb57edd964ca553da380ef181f665307b2847db418144b5d896a03e1adb06cc
url: "https://pub.dev"
source: hosted
version: "2.8.0"
sealed_currencies:
dependency: transitive
description:
name: sealed_currencies
sha256: "5885c77381cca83348529afd25d2ae7c0da295e972a6310c1acd1a8ae0033734"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sealed_languages:
dependency: transitive
description:
name: sealed_languages
sha256: "488a2bc6ccf01bbc0182b8c3203af9cc1a85dc1c6aa3d39792539643d11d199c"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sf_infrastructure:
dependency: "direct main"
description:
@@ -1143,14 +988,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.4.0"
unicode:
dependency: transitive
description:
name: unicode
sha256: "0f69e46593d65245774d4f17125c6084d2c20b4e473a983f6e21b7d7762218f1"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
universal_io:
dependency: transitive
description:
@@ -1231,7 +1068,7 @@ packages:
source: path
version: "0.0.1"
uuid:
dependency: transitive
dependency: "direct main"
description:
name: uuid
sha256: "1fef9e8e11e2991bb773070d4656b7bd5d850967a2456cfc83cf47925ba79489"
@@ -1318,46 +1155,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.1"
webview_flutter:
dependency: transitive
description:
name: webview_flutter
sha256: a3da219916aba44947d3a5478b1927876a09781174b5a2b67fa5be0555154bf9
url: "https://pub.dev"
source: hosted
version: "4.13.1"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
sha256: "2a03df01df2fd30b075d1e7f24c28aee593f2e5d5ac4c3c4283c5eda63717b24"
url: "https://pub.dev"
source: hosted
version: "4.10.13"
webview_flutter_platform_interface:
dependency: transitive
description:
name: webview_flutter_platform_interface
sha256: "63d26ee3aca7256a83ccb576a50272edd7cfc80573a4305caa98985feb493ee0"
url: "https://pub.dev"
source: hosted
version: "2.14.0"
webview_flutter_wkwebview:
dependency: transitive
description:
name: webview_flutter_wkwebview
sha256: "2df8fd9ada04d699b9db8e79aa783a16e5d89b69e5b74009b87e16b59912cf98"
url: "https://pub.dev"
source: hosted
version: "3.24.0"
wkt_parser:
dependency: transitive
description:
name: wkt_parser
sha256: "8a555fc60de3116c00aad67891bcab20f81a958e4219cc106e3c037aa3937f13"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
xdg_directories:
dependency: transitive
description:

View File

@@ -58,6 +58,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
uuid: ^4.5.3
dev_dependencies:
flutter_test:

View File

@@ -1,25 +1,15 @@
# melos_managed_dependency_overrides: activity,auth,design_system,flutter_treezor_entrust_sdk_bridge,fonts,home,legacy_shared,navigation,notifications,payments,sca_treezor,sf_infrastructure,sf_localizations,sf_shared,utils
# 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:
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
legacy_shared:
path: ../../packages/legacy_shared
navigation:
path: ../../../../packages/navigation
notifications:
path: ../../../notifications
payments:
path: ../../../../packages/payments
sca_treezor:
path: ../../../../packages/sca_treezor
sf_infrastructure:

View File

@@ -9,13 +9,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "85.0.0"
activity:
dependency: "direct overridden"
description:
path: "../../../activity"
relative: true
source: path
version: "0.0.1"
analyzer:
dependency: transitive
description:
@@ -48,13 +41,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.13.0"
auth:
dependency: "direct main"
description:
path: "../../../auth"
relative: true
source: path
version: "0.0.1"
boolean_selector:
dependency: transitive
description:
@@ -223,22 +209,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.7"
dart_earcut:
dependency: transitive
description:
name: dart_earcut
sha256: e485001bfc05dcbc437d7bfb666316182e3522d4c3f9668048e004d0eb2ce43b
url: "https://pub.dev"
source: hosted
version: "1.2.0"
dart_polylabel2:
dependency: transitive
description:
name: dart_polylabel2
sha256: "7eeab15ce72894e4bdba6a8765712231fc81be0bd95247de4ad9966abc57adc6"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
dart_style:
dependency: transitive
description:
@@ -347,14 +317,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.0.0"
flutter_map:
dependency: transitive
description:
name: flutter_map
sha256: "391e7dc95cc3f5190748210a69d4cfeb5d8f84dcdfa9c3235d0a9d7742ccb3f8"
url: "https://pub.dev"
source: hosted
version: "8.2.2"
flutter_riverpod:
dependency: "direct main"
description:
@@ -451,13 +413,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
home:
dependency: "direct overridden"
description:
path: "../../../home"
relative: true
source: path
version: "0.0.1"
http:
dependency: transitive
description:
@@ -522,38 +477,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.11.2"
l10n_countries:
dependency: transitive
description:
name: l10n_countries
sha256: dfeb4d4925f71d61d2c495a0f0e1430fe66ce664cf87533dd10dc445cab0ff02
url: "https://pub.dev"
source: hosted
version: "1.3.1"
l10n_currencies:
dependency: transitive
description:
name: l10n_currencies
sha256: "7a64e1e2ae7e8aae00cca3d079f7bef333f255bff98976ddf765121e2e5eb87e"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
l10n_languages:
dependency: transitive
description:
name: l10n_languages
sha256: "808f25db80df1697f9e8f05cdc9f2dad11a21ea6473f14f7bb65bef7082b27d3"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
latlong2:
dependency: transitive
description:
name: latlong2
sha256: "98227922caf49e6056f91b6c56945ea1c7b166f28ffcd5fb8e72fc0b453cc8fe"
url: "https://pub.dev"
source: hosted
version: "0.9.1"
leak_tracker:
dependency: transitive
description:
@@ -586,22 +509,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.1.1"
lists:
dependency: transitive
description:
name: lists
sha256: "4ca5c19ae4350de036a7e996cdd1ee39c93ac0a2b840f4915459b7d0a7d4ab27"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
logger:
dependency: transitive
description:
name: logger
sha256: a7967e31b703831a893bbc3c3dd11db08126fe5f369b5c648a36f821979f5be3
url: "https://pub.dev"
source: hosted
version: "2.6.2"
logging:
dependency: transitive
description:
@@ -642,14 +549,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.16.0"
mgrs_dart:
dependency: transitive
description:
name: mgrs_dart
sha256: fb89ae62f05fa0bb90f70c31fc870bcbcfd516c843fb554452ab3396f78586f7
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mime:
dependency: transitive
description:
@@ -658,14 +557,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.0"
mobile_scanner:
dependency: transitive
description:
name: mobile_scanner
sha256: c92c26bf2231695b6d3477c8dcf435f51e28f87b1745966b1fe4c47a286171ce
url: "https://pub.dev"
source: hosted
version: "7.2.0"
navigation:
dependency: "direct main"
description:
@@ -681,13 +572,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
notifications:
dependency: "direct overridden"
description:
path: "../../../notifications"
relative: true
source: path
version: "0.0.1"
package_config:
dependency: transitive
description:
@@ -760,13 +644,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.0"
payments:
dependency: "direct overridden"
description:
path: "../../../../packages/payments"
relative: true
source: path
version: "0.0.1"
petitparser:
dependency: transitive
description:
@@ -807,14 +684,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.5.0"
proj4dart:
dependency: transitive
description:
name: proj4dart
sha256: c8a659ac9b6864aa47c171e78d41bbe6f5e1d7bd790a5814249e6b68bc44324e
url: "https://pub.dev"
source: hosted
version: "2.1.0"
pub_semver:
dependency: transitive
description:
@@ -846,30 +715,6 @@ packages:
relative: true
source: path
version: "0.0.1"
sealed_countries:
dependency: transitive
description:
name: sealed_countries
sha256: bfb57edd964ca553da380ef181f665307b2847db418144b5d896a03e1adb06cc
url: "https://pub.dev"
source: hosted
version: "2.8.0"
sealed_currencies:
dependency: transitive
description:
name: sealed_currencies
sha256: "5885c77381cca83348529afd25d2ae7c0da295e972a6310c1acd1a8ae0033734"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sealed_languages:
dependency: transitive
description:
name: sealed_languages
sha256: "488a2bc6ccf01bbc0182b8c3203af9cc1a85dc1c6aa3d39792539643d11d199c"
url: "https://pub.dev"
source: hosted
version: "2.5.0"
sf_infrastructure:
dependency: "direct main"
description:
@@ -1120,14 +965,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.4.0"
unicode:
dependency: transitive
description:
name: unicode
sha256: "0f69e46593d65245774d4f17125c6084d2c20b4e473a983f6e21b7d7762218f1"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
universal_io:
dependency: transitive
description:
@@ -1143,14 +980,6 @@ packages:
relative: true
source: path
version: "0.0.1"
uuid:
dependency: transitive
description:
name: uuid
sha256: "1fef9e8e11e2991bb773070d4656b7bd5d850967a2456cfc83cf47925ba79489"
url: "https://pub.dev"
source: hosted
version: "4.5.3"
vector_graphics:
dependency: transitive
description:
@@ -1231,46 +1060,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.1"
webview_flutter:
dependency: transitive
description:
name: webview_flutter
sha256: a3da219916aba44947d3a5478b1927876a09781174b5a2b67fa5be0555154bf9
url: "https://pub.dev"
source: hosted
version: "4.13.1"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
sha256: "2a03df01df2fd30b075d1e7f24c28aee593f2e5d5ac4c3c4283c5eda63717b24"
url: "https://pub.dev"
source: hosted
version: "4.10.13"
webview_flutter_platform_interface:
dependency: transitive
description:
name: webview_flutter_platform_interface
sha256: "63d26ee3aca7256a83ccb576a50272edd7cfc80573a4305caa98985feb493ee0"
url: "https://pub.dev"
source: hosted
version: "2.14.0"
webview_flutter_wkwebview:
dependency: transitive
description:
name: webview_flutter_wkwebview
sha256: fc0af89d403e1c053f03d023d97550412fa79f35332e2939514c82e6fe633198
url: "https://pub.dev"
source: hosted
version: "3.23.8"
wkt_parser:
dependency: transitive
description:
name: wkt_parser
sha256: "8a555fc60de3116c00aad67891bcab20f81a958e4219cc106e3c037aa3937f13"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
xdg_directories:
dependency: transitive
description:

View File

@@ -10,9 +10,6 @@ environment:
dependencies:
flutter:
sdk: flutter
#modules dependencies go here
auth:
path: ../../../../modules/auth
#packages dependencies go here
design_system:
path: ../../../../packages/design_system

View File

@@ -1,23 +1,13 @@
# 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
# melos_managed_dependency_overrides: design_system,flutter_treezor_entrust_sdk_bridge,fonts,navigation,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:

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

@@ -165,7 +165,7 @@
},
{
"name": "design_system",
"rootUri": "../../../packages/design_system",
"rootUri": "../../../../../packages/design_system",
"packageUri": "lib/",
"languageVersion": "3.9"
},
@@ -261,7 +261,7 @@
},
{
"name": "flutter_treezor_entrust_sdk_bridge",
"rootUri": "../../../packages/flutter_treezor_entrust_sdk_bridge",
"rootUri": "../../../../../packages/flutter_treezor_entrust_sdk_bridge",
"packageUri": "lib/",
"languageVersion": "3.5"
},
@@ -273,7 +273,7 @@
},
{
"name": "fonts",
"rootUri": "../../../packages/fonts",
"rootUri": "../../../../../packages/fonts",
"packageUri": "lib/",
"languageVersion": "3.9"
},
@@ -537,25 +537,25 @@
},
{
"name": "sca_treezor",
"rootUri": "../../../packages/sca_treezor",
"rootUri": "../../../../../packages/sca_treezor",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "sf_infrastructure",
"rootUri": "../../../packages/sf_infrastructure",
"rootUri": "../../../../../packages/sf_infrastructure",
"packageUri": "lib/",
"languageVersion": "3.9"
},
{
"name": "sf_localizations",
"rootUri": "../../../packages/sf_localizations",
"rootUri": "../../../../../packages/sf_localizations",
"packageUri": "lib/",
"languageVersion": "3.8"
},
{
"name": "sf_shared",
"rootUri": "../../../packages/sf_shared",
"rootUri": "../../../../../packages/sf_shared",
"packageUri": "lib/",
"languageVersion": "3.9"
},
@@ -741,7 +741,7 @@
},
{
"name": "utils",
"rootUri": "../../../packages/utils",
"rootUri": "../../../../../packages/utils",
"packageUri": "lib/",
"languageVersion": "3.9"
},

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-03-25 02:38:09.414683","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.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}}

View File

@@ -220,7 +220,7 @@ packages:
design_system:
dependency: "direct main"
description:
path: "../../packages/design_system"
path: "../../../../packages/design_system"
relative: true
source: path
version: "0.0.1"
@@ -341,7 +341,7 @@ packages:
flutter_treezor_entrust_sdk_bridge:
dependency: "direct overridden"
description:
path: "../../packages/flutter_treezor_entrust_sdk_bridge"
path: "../../../../packages/flutter_treezor_entrust_sdk_bridge"
relative: true
source: path
version: "1.0.2"
@@ -353,7 +353,7 @@ packages:
fonts:
dependency: "direct overridden"
description:
path: "../../packages/fonts"
path: "../../../../packages/fonts"
relative: true
source: path
version: "0.0.1"
@@ -704,28 +704,28 @@ packages:
sca_treezor:
dependency: "direct overridden"
description:
path: "../../packages/sca_treezor"
path: "../../../../packages/sca_treezor"
relative: true
source: path
version: "0.0.1"
sf_infrastructure:
dependency: "direct main"
description:
path: "../../packages/sf_infrastructure"
path: "../../../../packages/sf_infrastructure"
relative: true
source: path
version: "0.0.1"
sf_localizations:
dependency: "direct main"
description:
path: "../../packages/sf_localizations"
path: "../../../../packages/sf_localizations"
relative: true
source: path
version: "0.0.1"
sf_shared:
dependency: "direct main"
description:
path: "../../packages/sf_shared"
path: "../../../../packages/sf_shared"
relative: true
source: path
version: "0.0.1"
@@ -969,7 +969,7 @@ packages:
utils:
dependency: "direct overridden"
description:
path: "../../packages/utils"
path: "../../../../packages/utils"
relative: true
source: path
version: "0.0.1"

View File

@@ -14,14 +14,14 @@ dependencies:
#packages dependencies go here
design_system:
path: ../../packages/design_system
path: ../../../../packages/design_system
sf_shared:
path: ../../packages/sf_shared
path: ../../../../packages/sf_shared
sf_localizations:
path: ../../packages/sf_localizations
path: ../../../../packages/sf_localizations
sf_infrastructure:
path: ../../packages/sf_infrastructure
path: ../../../../packages/sf_infrastructure
#dependencies go here
freezed_annotation: ^3.0.0

View File

@@ -0,0 +1,18 @@
# 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

Some files were not shown because too many files have changed in this diff Show More