The BIGGEST Flutter app in Europe: story of SNCF Connect | Flutter Heroes 2023 Talk

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 14

  • @pengain4
    @pengain4 9 หลายเดือนก่อน +3

    Great talk. Thanks for sharing!

  • @TravellerMann
    @TravellerMann 9 หลายเดือนก่อน +3

    Congratulations 🎉🎉👏👏👏🎉🎉

  • @eddekekem
    @eddekekem 3 หลายเดือนก่อน +2

    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

    • @FlutterHeroes
      @FlutterHeroes  3 หลายเดือนก่อน +1

      we ask the speakers to respond

    • @eMxPi
      @eMxPi 3 หลายเดือนก่อน

      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

  • @riteshkumartiwari153
    @riteshkumartiwari153 8 หลายเดือนก่อน +1

    Brilliant

  • @TheBlackManMythLegend
    @TheBlackManMythLegend 9 หลายเดือนก่อน +3

    C'est vraiment reactif. ok je vais essayer Flutter ( dev android depuis 5 - 6 ans )

  • @TheBlackManMythLegend
    @TheBlackManMythLegend 9 หลายเดือนก่อน +3

    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.

    • @FlutterHeroes
      @FlutterHeroes  9 หลายเดือนก่อน +1

      Ne manquez pas les autres vidéos, elles pourraient vous intéresser 😉

  • @porada_app
    @porada_app 9 หลายเดือนก่อน +3

    interesting

  • @JagdishOnYT
    @JagdishOnYT 8 หลายเดือนก่อน +1

    How to start a career as a flutter app developer in Europe and approach companies

  • @conceptcoder
    @conceptcoder 9 หลายเดือนก่อน +2

    Finally it's.....

    • @FlutterHeroes
      @FlutterHeroes  9 หลายเดือนก่อน +2

      We worked on it, hope you like it