auto-claude: subtask-5-1 - Remove orientation restriction to allow all orientations
Removed SystemChrome.setPreferredOrientations call that was restricting the app to landscape-only mode. The app now supports all device orientations by using Flutter's default behavior. Also fixed a minor lint warning by replacing (_, __) with named parameters. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"active": true,
|
||||
"spec": "001-normalize-code-update-packages-widgetify-component",
|
||||
"state": "building",
|
||||
"subtasks": {
|
||||
"completed": 10,
|
||||
"total": 14,
|
||||
"in_progress": 1,
|
||||
"failed": 0
|
||||
},
|
||||
"phase": {
|
||||
"current": "Unlock Orientation",
|
||||
"id": null,
|
||||
"total": 1
|
||||
},
|
||||
"workers": {
|
||||
"active": 0,
|
||||
"max": 1
|
||||
},
|
||||
"session": {
|
||||
"number": 11,
|
||||
"started_at": "2026-01-20T11:20:56.182893"
|
||||
},
|
||||
"last_update": "2026-01-20T11:46:27.066658"
|
||||
}
|
||||
Reference in New Issue
Block a user