Slider in settings to adjust days of forecast loaded. Settings are saved and loaded

This commit is contained in:
Konstantin Kollar
2022-08-31 22:09:47 +02:00
parent b20e7cfb46
commit 4fac2ecf0a
8 changed files with 244 additions and 11 deletions
+25
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": "wetter",
"request": "launch",
"type": "dart"
},
{
"name": "wetter (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "wetter (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}