Search code examples
androidiosflutterandroid-linearlayoutflutter-layout

how to achieve LinearLayout like layout in flutter?


I am new to flutter how to achieve Linear Layout like layout in flutter ? layout view's horizontally and vertically.


Solution

  • First you should try to understand Linear layout in flutter link is given below.

    https://flutter.io/flutter-for-android/#what-is-the-equivalent-of-a-linearlayout

    After that you will be able to achieve it.