In this video, you will learn how to create marquee text in flutter. If you wish to display a string of text in a widget such that the text appears to automatically scroll or move from left to right, marquee text is what you are looking for. Text marquee is a widget for Flutter that scrolls text infinitely. Watch the video for more implementation details !
If you enjoyed this video be sure to give it a like and subscribe for more!
Subscribe to our channel
Packages :
⏳ TIMESTAMPS :
00:00 Project Intro
00:15 App Demo
00:35 Create one marquee text
01:10 Create a list of marquee texts
03:39 Complete Demo