F3 Prague 2023: Dart 3 for Flutter developers - Marya Belanger

Sdílet
Vložit
  • čas přidán 10. 12. 2023
  • Welcome to the Flutter Firebase Festival 2023 in Prague!
    Learn how to write Firestore Flutter code in a functional programming style, using features from the recent Dart 3 release. We'll demonstrate how to refactor verbose structures common to Firebase Flutter code, like JSON validation, class creation for groups of like values, and type testing objects using pattern matching, object switching, and exhaustiveness checking.
    🗣 Speakers:
    Marya Belanger - Dart @ Google
    Eric Windmill - Firebase @ Google
    Connect with Invertase:
    🐦 Twitter: invertaseio
    🌐 Website: invertase.io
    Engage with the event and community using #F3Prague, and stay tuned for more content for F3. Ensure to Like, Share, and Subscribe for more insights and highlights from #F3Prague! 🎉🔥🛎️
  • Věda a technologie

Komentáře • 5

  • @user-nc3mk8sp7i
    @user-nc3mk8sp7i Před 3 měsíci

    Great explanations.

  • @wardsuleiman1640
    @wardsuleiman1640 Před 3 měsíci

    Amazing video!
    Simply elegant
    How on earth does it have so few views?!

  • @ra3eddy
    @ra3eddy Před 6 měsíci

    Great talk!
    What do you think of returning this in questionAndAnswerView
    return (
    switch(question) {
    TextQuestion q => TextQuestionWidget(question: q),
    ImageQuestion q => ImageQuestionWidget(question: q),
    ...
    },
    switch(question.answer) {
    MultipleChoiceAnswer a => MultipleChoiceWidget(answer: q),
    OpenTextAnswer a => TextAnswerWidget(question: q),
    ...
    },
    )

  • @manishgautam2424
    @manishgautam2424 Před 3 měsíci

    better if you added github repo

  • @Drasius
    @Drasius Před měsícem

    true, false, false, _, _