Flutter App Tutorial for Beginners Step by Step 2021 | GetX | Complex UI | Training App Development

124 Просмотры
Издатель
This is flutter app tutorial for beginners for training app development step by step using a complex UI with getx package for navigation. This would be a training or gym app ui. We covered how to make complex app ui using container and stack widget. You will also learn how to use overflowbox widget to draw complex ui shape to get rid of padding and margin.

Get the starter code from the link below
https://www.dbestech.com/tutorials/flutter-app-development-tutorial-for-beginners-step-by-step-2021

Full code and assets visit
Check out https://www.patreon.com/dbestech

Other getx tutorial
https://youtu.be/M0OwOYPFkrM

Follow me on twitter @dbestech
Follow me on facebook page https://www.facebook.com/dbestech

We have three complex ui sections in the app

1. on the home page we have the container using different borders and the container itself contains other widgets both in row and column
2. On the home page we have two images on each other, like overlapping. and Images sizes are different.
3. On the home we have two rows with two columns. In general in flutter we can not put two rows and columns next to each other. Two do that we used our own algorithms.

Important widgets used here are
1. container widget
2. stack widget
3. scaffold widget
4. boxdecoration
5. row and column widget
6. decorationImage
7. listview builder
8. getx navigation

We also covered how to put two columns next to each other using our algorithm. The algorithm is given below
int a = 2*i;
int b= 2*i+1;
using the above algorithm we can put two columns next to each other. You should run the algorithm in a for loop
If you have four items in your list then run it two times, if you have fifty items in your list then run it 25 times, you get the idea.
Категория
Разработка на Flutter
Комментариев нет.