Doezer
3366ed02f5
Ran dart format using this pwsh command
$FILES = Get-ChildItem -Path lib, test -Recurse -Filter "*.dart" -File -ErrorAction SilentlyContinue | Where-Object { $_.Name -notmatch '\.(g|freezed)\.dart$' } | Select-Object -ExpandProperty FullName; if (-not $FILES) { Write-Host "No Dart files found to format"; exit 0 } else { dart format --output=write --set-exit-if-changed $FILES }
2025-11-13 22:53:31 +01:00
..
2025-10-22 12:45:29 +02:00
2025-10-22 12:45:29 +02:00
2025-11-13 22:53:31 +01:00
2025-10-22 12:45:29 +02:00
2025-11-04 04:44:22 +01:00
2025-11-01 09:51:00 +01:00
2025-11-04 18:04:43 +00:00
2025-11-10 11:08:36 +01:00
2025-11-10 11:08:36 +01:00
2025-11-09 13:01:32 +01:00
2025-11-04 10:28:37 +01:00
2025-11-09 15:57:33 +01:00
2025-11-09 15:57:33 +01:00
2025-11-11 14:56:00 +01:00
2025-11-11 14:56:00 +01:00
2025-10-22 12:45:29 +02:00
2025-10-22 12:45:29 +02:00
2025-11-04 07:45:24 +01:00
2025-10-22 12:45:29 +02:00
2025-11-13 22:53:31 +01:00
2025-10-30 19:50:50 +01:00