name: lawheatmap_app description: F∆I Law-Heatmap — Flutter client for the Ch∆In-based law-bureaucracy heatmap. publish_to: 'none' version: 0.1.0+1 environment: sdk: ">=3.11.0 <4.0.0" flutter: ">=3.24.0" dependencies: flutter: sdk: flutter flutter_localizations: sdk: flutter intl: ^0.20.2 shared_preferences: ^2.3.0 # Ch∆In gRPC wire — sibling-path dep, same pattern as # fai_chain_studio. Adapt the chain_client_sdk_dart relative # path when this repo is cloned outside the fai/ workspace. chain_client_sdk: path: ../../fai_chain_client_sdk_dart dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^4.0.0 flutter: uses-material-design: true assets: - assets/fixtures/ # Bundled fonts — offline-first, KRITIS-compatible, no Google # Fonts runtime fetch. setup.sh downloads SIL-OFL-licensed TTFs # from the upstream `google/fonts` repo. If they are absent, # Flutter falls back to the platform default font and the app # still builds. fonts: - family: SpaceGroteskVariable fonts: - asset: assets/fonts/SpaceGrotesk[wght].ttf - family: InterVariable fonts: - asset: assets/fonts/Inter[opsz,wght].ttf - family: JetBrainsMono fonts: - asset: assets/fonts/JetBrainsMono[wght].ttf