Closed r0227n closed 2 years ago
iPad横画面表示になります? 一応iOS、Androidの端末は縦画面で固定してあるのですが...
app_top_view.dart
の実装が汚いから、エラーを吐いてるんよな。
iPadが横画面にならないけど、リファクタリングしてからじゃないとマージしちゃいけないかな
======== Exception caught by rendering library =====================================================
The following assertion was thrown during layout:
A RenderFlex overflowed by 28 pixels on the bottom.
The relevant error-causing widget was:
Column Column:file:///Users/ryo/yuwaku_proto_flutter/lib/app_top_view.dart:76:24
The overflowing RenderFlex has an orientation of Axis.vertical.
The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.
Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size.
This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView.
The specific RenderFlex in question is: RenderFlex#49961 OVERFLOWING
... parentData: <none> (can use size)
... constraints: BoxConstraints(w=810.0, h=341.3)
... size: Size(810.0, 341.3)
... direction: vertical
... mainAxisAlignment: start
... mainAxisSize: max
... crossAxisAlignment: center
... verticalDirection: down
◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤
====================================================================================================
お願いできますか? あと、今回フォトコンテストないので、TopViewの「フォトコン」項目をコメントアウトないしは削除していただけませんか?
「webサイトへ」も消す?
それは消さない方が良いと思います
iPadを横にするとマップが描画されない部分がある。 iPhoneを横にしても横表示されない。