mobile-wallet/core/ui
2025-11-22 12:33:23 -05:00
..
src Feature interbank Transfer (#1941) 2025-11-22 12:33:23 -05:00
.gitignore fix: re arch the modules 2024-01-28 10:29:01 -05:00
build.gradle.kts feat: add lottie animation progress indicators (#1924) 2025-09-10 00:19:04 -04:00
README.md docs: Update module dependency graphs (#1844) 2025-01-23 11:56:04 -05:00

Module Graph

%%{
  init: {
    'theme': 'neutral'
  }
}%%

graph LR
  subgraph :core
    :core:ui["ui"]
    :core:analytics["analytics"]
    :core:designsystem["designsystem"]
    :core:model["model"]
    :core:common["common"]
  end
  :core:ui --> :core:analytics
  :core:ui --> :core:designsystem
  :core:ui --> :core:model
  :core:ui --> :core:common

:core:ui module

Dependency graph

Dependency graph