Тёмный

Flutter Onboarding Screen | Onboarding tutorial Beginners 

TechHover Studio
Подписаться 1,4 тыс.
Просмотров 44 тыс.
50% 1

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
How to make an onboarding screen in a flutter
code source: github.com/iamsmr/Onbording
UI credit: dribbble.com/shots/11121138-A...
#onboarding #flutter #flutter ui #onboarding_screen_flutter
💎Stay Connected,
● Facebook ➤: / techhoverstudio
● Instagram ➤: / techhoverstudio
● Email ➤ : techhoverstudio@gmail.com
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
For more updates on technology and programming subscribe to our TechHover Studio If you have any questions then comment down in the comment box.

Опубликовано:

 

17 ноя 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@JN-lh6qq
@JN-lh6qq Год назад
Awesome tutorial here, just what I was looking for ! Thanks a lot
@Osamoh
@Osamoh 9 месяцев назад
thank you so much that was helpful!
@creumakuzola4227
@creumakuzola4227 Год назад
Excellent video. Thank u so much, Sr.º
@asliddindevoffical
@asliddindevoffical 6 месяцев назад
Good Job bro Thanks a lot!
@patrickporto9183
@patrickporto9183 3 года назад
Awesome job, dude! Thank u
@TechHoverStudio
@TechHoverStudio 3 года назад
Glad you liked it!
@tinaranathania
@tinaranathania 2 года назад
omg, thank you so so much..
@haku5957
@haku5957 3 месяца назад
ty bro ur best
@KHALEDXO
@KHALEDXO 3 года назад
Perfect 👌
@user-tp9yj9wh1v
@user-tp9yj9wh1v 14 дней назад
Thanks for code
@MalikImran-fo3yt
@MalikImran-fo3yt Год назад
Thankyou sir ..😘🥰
@marufhassan634
@marufhassan634 3 года назад
Thanks! Just what I was looking for. Just a tip, to improve performance, use final PageController _pageController = PageController(initialPage: 0); instead of @override void initState() { _controller = PageController(initialPage: 0); super.initState(); } @override void dispose() { _controller.dispose(); super.dispose(); } It does the same thing in 1 line and a better method of doing it.
@AliYar-Khan
@AliYar-Khan 2 года назад
No, you are wrong ... the way you have done will keep the page controller in memory even after the UI is disposed of. A memory leak so avoid doing that!
@syedmuheeb2409
@syedmuheeb2409 8 месяцев назад
even if we use dispose method to the controller? i dont think so? @@AliYar-Khan
@AliYar-Khan
@AliYar-Khan 8 месяцев назад
@@syedmuheeb2409 yeah i got confused by the two different names he used
@replaytvsenegal7664
@replaytvsenegal7664 Год назад
thanks you very well
@kamithpiumal4887
@kamithpiumal4887 2 года назад
thank you
@zarmeza1
@zarmeza1 5 месяцев назад
awesome
@hiteshdarji2046
@hiteshdarji2046 3 года назад
thanks for source code
@QuynhNguyen-gi9ei
@QuynhNguyen-gi9ei 3 года назад
Thanks for sharing
@TechHoverStudio
@TechHoverStudio 3 года назад
Thanks for watching!
@Nitimoy
@Nitimoy Год назад
thankyou
@shrutipatil387
@shrutipatil387 3 года назад
There are errors in your source code. Can you fix them?
@ARETech
@ARETech Год назад
New onboarding Ui design tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-lRb6sxfYodM.html
@nepalnepalistar5205
@nepalnepalistar5205 3 года назад
:) thanks
@TechHoverStudio
@TechHoverStudio 3 года назад
You're welcome!
@yogithesymbian
@yogithesymbian 3 года назад
I can't see video on last minute , the RU-vid has recommendation other video and it make screen overlapse, did you know how to solve ? this came from browser apps or how ?
@yogithesymbian
@yogithesymbian 3 года назад
ah dammit alr solve by inspect element and point to element and display none. so I can see your video
@tinaranathania
@tinaranathania 2 года назад
@@yogithesymbian lmao I do this all the time as well coz I dont know how to hide it HAHAHA
@valkiprasannakumar2387
@valkiprasannakumar2387 Год назад
I did exactly what you did but flatbutton showing me error like flat button isn't defined with class name .how can I fix it please help me anyone
@BitBytes20
@BitBytes20 Год назад
You must be using older versions of flutter. Flatbutton is not supported anymore by newer versions of flutter Try using the TextButton class TextButton( child: Text( currentIndex == contents.length - 1 ? "Continue" : "Next", style: const TextStyle( color: Colors.white, fontSize: 24 ), ), onPressed: (){ if(currentIndex == contents.length -1 ){ Navigator.push(context, MaterialPageRoute(builder: (_) => const Home())); } _controller.nextPage(duration: const Duration(milliseconds: 100), curve: Curves.bounceInOut); }, ),
@dthasantaslidere
@dthasantaslidere 2 года назад
Great video! But it jumps to the homepage when you press the button on every page, anyone with the solution?
@dthasantaslidere
@dthasantaslidere 2 года назад
never mind my mistake :)
@shezamajeed8085
@shezamajeed8085 2 года назад
It would be so good without music and with explanation
@stunnaman8803
@stunnaman8803 3 года назад
Is this one time onboarding?
@TechHoverStudio
@TechHoverStudio 3 года назад
nope but you can make using SharedPrefference
Далее
📱DOPE Introduction Screens • Flutter Tutorial ♡
12:08
Flutter UI - Cookie Store - Speed Code
9:16
Просмотров 87 тыс.
Introduction Screens | Onboarding Screens in Flutter
11:12
Online Shop App - Flutter UI - Speed Code
31:34
Просмотров 851 тыс.
How to Create a Stunning Splash Screen in Flutter
9:31