* fix: lock app orientation to portrait mode (#233) Disable device rotation since there is no landscape design. Lock orientation at both Flutter (SystemChrome) and native (iOS Info.plist, Android manifest) levels. * fix: consistent indentation for orientation plist entries