refactor(core): rename package from markettakers to mtcore and update imports

This commit is contained in:
hdbg
2025-11-05 20:24:32 +01:00
parent fa8529fca0
commit 33e372b330
7 changed files with 57 additions and 23 deletions

25
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
// 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": "markettakers-flutter",
"request": "launch",
"type": "dart"
},
{
"name": "markettakers-flutter (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "markettakers-flutter (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}