Hi guys, beautiful video. Lot of insight. How do you manage to build such a good travel itinerary widget? I mean the screen where you have the time, icon and place above each other and then a line connecting the rows. I have tried it with Stepper but the end result does not match my expectations and a lot of customization is needed
Thank you for your question! To create the visual layout where a time text is displayed next to an icon and place, with the icon connected by a dotted line to other elements below, we use a combination of Flutter's widget and drawing capabilities. We arrange the three columns using a Row widget. The first column contains the time text, the middle column contains the custom drawn line, and the third column contains place. The Row widget ensures that each element is placed in a horizontal line. The middle column, which contains the line, uses a combination of Stack and CustomPainter. The Stack widget allows us to put widgets on top of each other, and CustomPainter provides the ability to draw the custom dotted line. The DottedLine package can be used to achieve the dotted effect. Regards
J'aimes ca 200 dev.. et des tests unitaires comme ca on fait correctement sans stress un truc solide. Typiquement le genre d'environnement de travail que j'aimes.
Great talk. Thanks for sharing!
Congratulations 🎉🎉👏👏👏🎉🎉
Hi guys, beautiful video. Lot of insight.
How do you manage to build such a good travel itinerary widget? I mean the screen where you have the time, icon and place above each other and then a line connecting the rows.
I have tried it with Stepper but the end result does not match my expectations and a lot of customization is needed
we ask the speakers to respond
Thank you for your question!
To create the visual layout where a time text is displayed next to an icon and place, with the icon connected by a dotted line to other elements below, we use a combination of Flutter's widget and drawing capabilities.
We arrange the three columns using a Row widget. The first column contains the time text, the middle column contains the custom drawn line, and the third column contains place. The Row widget ensures that each element is placed in a horizontal line.
The middle column, which contains the line, uses a combination of Stack and CustomPainter. The Stack widget allows us to put widgets on top of each other, and CustomPainter provides the ability to draw the custom dotted line. The DottedLine package can be used to achieve the dotted effect.
Regards
Brilliant
C'est vraiment reactif. ok je vais essayer Flutter ( dev android depuis 5 - 6 ans )
🔥
J'aimes ca 200 dev.. et des tests unitaires comme ca on fait correctement sans stress un truc solide. Typiquement le genre d'environnement de travail que j'aimes.
Ne manquez pas les autres vidéos, elles pourraient vous intéresser 😉
interesting
How to start a career as a flutter app developer in Europe and approach companies
Finally it's.....
We worked on it, hope you like it