Files
sf-app-platform/.vscode/settings.json
AlcalaJulian 5ca37d2822 - create auth, main shell, home, profile, notifications and settings modules.
- added navigation, utils, design system and shared packages
- implemented go router in entiered app
- implemented flutter riverpod instead provider
2025-11-13 15:16:00 +01:00

11 lines
320 B
JSON

{
"dart.flutterSdkPath": "/Users/juliandalcalaf/Development/flutter",
"dart.sdkPath": "/Users/juliandalcalaf/Development/flutter/bin/cache/dart-sdk",
"dart.enableSdkFormatter": true,
"dart.analysisExcludedFolders": [
"**/build",
"**/.dart_tool"
],
"editor.formatOnSave": true,
"editor.tabSize": 2
}