- added navigation, utils, design system and shared packages - implemented go router in entiered app - implemented flutter riverpod instead provider
18 lines
645 B
JSON
18 lines
645 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "sf_app_platform",
|
|
"cwd": "apps/mobile_app",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
// "toolArgs": [
|
|
// "--dart-define=ELEVENLABS_API_KEY=sk_2351c16102e66b5b5c26d022d73e8af203fda111f60516f6",
|
|
// "--dart-define=ELEVENLABS_VOICE_ID=kaOF79CUr1VcYoAoVbqa"
|
|
// ]
|
|
}
|
|
]
|
|
} |