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

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 14

  • @pengain4
    @pengain4 9 місяців тому +3

    Great talk. Thanks for sharing!

  • @riteshkumartiwari153
    @riteshkumartiwari153 8 місяців тому +1

    Brilliant

  • @TheBlackManMythLegend
    @TheBlackManMythLegend 9 місяців тому +3

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

  • @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

  • @TravellerMann
    @TravellerMann 10 місяців тому +3

    Congratulations 🎉🎉👏👏👏🎉🎉

  • @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 10 місяців тому +3

    interesting

  • @JagdishOnYT
    @JagdishOnYT 9 місяців тому +1

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

  • @conceptcoder
    @conceptcoder 10 місяців тому +2

    Finally it's.....

    • @FlutterHeroes
      @FlutterHeroes  10 місяців тому +2

      We worked on it, hope you like it