Flutter Onboarding Screen Tutorial - Flutter eCommerce App

preview_player
Показать описание
In this comprehensive Flutter onboarding screen tutorial, delve into the world of creating captivating onboarding screens using Flutter. Learn how to design and implement visually appealing onboarding screens in your Flutter app.

🎊 E-COMMERCE APP
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

❤️ FLUTTER E-COMMERCE APP PLAYLISTS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

❤️ SUBSCRIPTIONS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

COURSES
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

🧑‍💻 RELATED VIDEOS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

FOLLOW US ON SOCIAL MEDIA
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

CHAPTERS
00:00 Introduction
01:07 Add Assets and Packages
02:05 Create Classes
02:57 Design Onboarding Screen Pages
11:13 Dot Navigation Design
14:05 Design Circular Button
16:27 Backend using Getx

Discover the magic of integrating animated images and Lottie files to make your onboarding experience truly engaging. Elevate your app's user interface with the seamless incorporation of smooth_page_indicator, adding sleek navigation dots or indicators to guide users through each screen. Plus, master the art of managing state with GetX for a smooth and responsive onboarding process. Unlock the potential of Flutter onboarding screens with this in-depth tutorial catered to Flutter developers and coding enthusiasts alike.
Don't forget to like, subscribe and hit the bell icon so you never miss an update!

#tstore #codingwitht
Рекомендации по теме
Комментарии
Автор

While tapping nextPage function call, the page is loading directly, loosing smooth animation,
Fixed it by

//Update current page index and jump to the next page
void nextPage() {

if (currentPageIndex.value == 2) {
//Login Screen
} else {
int page = currentPageIndex.value + 1;

page,
duration:
const Duration(milliseconds: 300), // Adjust the duration as needed
curve: Curves.easeInOut, // Adjust the animation curve if desired
);
}
}

krishnashrestha
Автор

i watched 6 video of this tutorial. and it was amazing till here. thanks for your time

alitalaee
Автор

hii i have the done the code correctly, my screen isnt getting updated of the backend part though. Could you help me out please

td
Автор

Wow! He provided even the assets for us in the source code! What a legend!

MachineLearning-rwjd
Автор

static Color darkContainer = can be changed by static const darkContainer = 1A here corresponds to 0.1 opacity. This way of doing things avoids creating a TColors class, which makes the code even cleaner. What do you think?

legardemontcho
Автор

A much needed tutorial for the beginners.❤

hassanaly.
Автор

Thank you mister T, really gratefull for these videos, may Allah bless you

bell
Автор

whats the name of the website for gif icons? please

s.m.asaduzzaman
Автор

Hello Sir!!
at 22:50 i've done according to your instructions in the video, My whole code is error free and while swiping its working but i'm unable to navigate to next pages using next buttons and dot navigation buttons. Also it can't help me to go to the login page as i've created it & linked it successfully. Only Skip button is working properly. Can You tell me the reason and solution. Please

MuhammadUsama-vvwo
Автор

perfect tutorial i cant wait to see the end if possible i need in deep tutorial on utilities helper and functions

neglasuleiman
Автор

Clicking on next button of onboarding screen page navigates to 2nd page only after that next button doesn't work and this error occurs: The following _TypeError was thrown while handling a gesture:
type 'int' is not a subtype of type 'Rx<int>'

shehzadhussain
Автор

Hi thanks you for amazing tutorials am following all the steps but next bottom on pressing didn’t go to next page also skip not working but swiping working.. what is missing or wrong please

ahmedfouad
Автор

Awesome work brother, keep making such great tutorials to help mankind.

azeemhassanch
Автор

I thought It was helpfull I code as you show in vidéo, but skip and next button does not work.. I lost so many times to find where is the problem.. if someone has the solution plz help

andal-s
Автор

Height and width not work. gif is not resize according to value given in height and width. please help me

cscpurnia
Автор

Hi, perfect tutorial,
I got this exception when trying to go nextPage()
Exception has occurred.
_AssertionError Failed assertion: line 158 pos 12: '_positions.length == 1': ScrollController attached to multiple scroll views.)

wissammerheb
Автор

I am a very beginner. Could you please explain what is a controller in Flutter?

FelipeCampelo
Автор

What do you use for the TdeviceUtils, how do you make that code? is it a package? or because i really need it.

magedali
Автор

Thank you very much for the work and help
But we start from part 4 to 6

disneldel
Автор

Awesome Tutorial.... Thank u. keep it up

maazafridi