Flutter & Friends
Flutter & Friends
  • 15
  • 18 254

วีดีโอ

Voice-Driven Flutter Apps: Your Guide to Building Interactive Experiences - Akanksha Singh
มุมมอง 5326 หลายเดือนก่อน
Join us in an enlightening talk where we plunge into the realm of conversational AI and its harmonious fusion with Flutter apps. Traverse through real-world applications and unravel the toolkit and strategies that seamlessly weave voice interaction into your projects. Together we'll uncover how this innovation adds a 'dash' of futuristic charm to your creations while amplifying their accessibil...
From Network Failures to Offline Success: A Journey of Visible App - Dominik Roszkowski
มุมมอง 4796 หลายเดือนก่อน
From Network Failures to Offline Success: A Journey of Visible App Scaling an app to thousands of daily active users is a dream come true, but it also comes with its own set of challenges. At Visible, we quickly realized that some of our assumptions about network connectivity and stability were too optimistic. Even a 0.5% failure rate would result in dozens of complaints related to network issu...
Supercharged Design System: Enhancing Widget Cataloging, Testing, and Collaboration - Lucas Josefiak
มุมมอง 5186 หลายเดือนก่อน
Supercharged Design System: Enhancing Widget Cataloging, Testing, and Collaboration with designers Creating beautiful UI has never been easier with Flutter. However, managing and organizing widgets effectively can pose challenges for developers, particularly when it comes to organizing them, testing them in all their different use cases, and maintaining design-code consistency. This is where Wi...
Building a large-scale Flutter mobile banking application - LeanCode
มุมมอง 2.9K6 หลายเดือนก่อน
Building a large-scale Flutter mobile banking application with 25 Flutter Devs and 200 other team members has taught us many valuable lessons on how to set up such a project. We would like to give you our perspective on the organization of the project and challenges such as code ownership, communication, and design system, which are vital to ensure high productivity while keeping the team happy...
A safe bridge to the native side - Darja Orlova
มุมมอง 6366 หลายเดือนก่อน
Flutter is such an amazing cross-platform framework that it’s easy to forget about its connection with the underlying native platforms. For most of your Flutter journey, you won’t touch even a line of native code... until one day a client requires the use of an obscure SDK that doesn’t have a Flutter implementation, or you want to use that shiny new native feature before it gets official framew...
The runtime that makes Dart tick - Slava Egorov
มุมมอง 2.2K7 หลายเดือนก่อน
A talk about how the Dart Runtime runs Dart code. This talk is about how the Dart runtime works and how you can figure out low-level performance issues and how to apply optimisations. It will also go through some not very well known features of the runtime and give some sneakpeaks of mindblowing new features that the Dart team is working on. By Vyacheslav Egorov, Dart Lead (AOT & JIT) at Google...
Behavior Driven Development with Flutter - Filipe Barroso
มุมมอง 8097 หลายเดือนก่อน
If there is something that projects tend to ignore are TESTS. With the same mindset of Test Driven Development (TDD) we get Behavior Driven Development, but instead of writing tests we use a simple text definition for all tests with a language called Gherkin. With this talk you will learn the fundamentals of BDD, the reasoning behind them and we'll see how to implement it with Flutter! Recorded...
The 6-Step Flex Layout Algorithm, for Humans - Scott Stoll
มุมมอง 5357 หลายเดือนก่อน
RenderFlex errors? No problem. Whether the Flexible in the Flex is going to flex depends on the FlexFit of the Flexible, and if it is going to be flexible then the amount it will flex within the Flex depends on the flex of the Flexible. But if the FlexFit of the Flexible says to ignore the flex, then it's all meaningless because it won't do anything. Clear as mud, right? This is the talk you've...
Code push for Flutter with Shorebird - Felix Angelov
มุมมอง 2.4K7 หลายเดือนก่อน
Why and how we built code push for Flutter at Shorebird We'll learn about what code push is, why it matters, how it works, and see it in action. Attendees should leave with a clear understanding of how to leverage Shorebird's code push solution in Flutter apps to provide over the air updates in seconds. Recorded at Flutter & Friends 2023 on 2023-09-04 in Stockholm, Sweden After a huge success l...

ความคิดเห็น

  • @Th3Mandrill
    @Th3Mandrill 6 วันที่ผ่านมา

    Back here appreciating Slavas impeccable sense of being the magician who shows you the secrets. Just wow 👏

  • @haroldpepete
    @haroldpepete 19 วันที่ผ่านมา

    Great talk, thanks daria, pigeon looks like a interesting choice to comunicate flutter with its native side, i'm going to checkout

  • @tananga_dev
    @tananga_dev 22 วันที่ผ่านมา

    🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳

  • @tananga_dev
    @tananga_dev 25 วันที่ผ่านมา

    Hope to see moreFlutter content :) Great work!

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

    I like this

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

    amazing!

  • @rafalwachol
    @rafalwachol 2 หลายเดือนก่อน

    11:50 - Keynote - Empathetic Flutter -Craig Labenz 1:22:12 - Learning something about Dart performance by optimizing jsonDecode - Vyacheslav Egorov 2:03:31 - Flutter web superfast: WASM - Renan Araujo --- flutter_deck karaoke! (small talks) 3:01:35 - Flutter is dead by delulu developer 3:05:56 - State management 3:10:24 - Flutter and Friends 3:16:29 - Is Dash Swedish? --- 3:30:40 - Zero runtime errors: Exploring Static Code Analysis techniques in Flutter - Darja Orlova 4:21:10 - Making a 3D game with Flutter and Flame - Luan Nico 5:17:20 - Code Quality Gates for Large-Scale Flutter Apps - Pavel Sulimau 6:10:33 - Automating Accessibility Adoption in Flutter using Gemini AI - Akanksha Singh 6:57:41 - Code Meets Art: Flutter for Creative Coding - Roaa Khaddam 7:48:42 - Panel discussion

  • @rafalwachol
    @rafalwachol 2 หลายเดือนก่อน

    2:24 - Inside Jaspr: Building a Dart web framework from scratch - Kilian Schulte 47:07 - Practical Design Patterns for Flutter Development - Majid Hajian 2:05:25 - Embedded Flutter on Raspberry Pi 5: Simplification of Daily E-Commerce Operations - Michał Gapiński 2:57:21 - Flutter & Threads - Alexandre Moureaux 3:42:33 - Quick Wins - how to make your app more accessible - Simon Auer 4:41:37 - Native Background Processing with Flutter - Dominik Roszkowski 5:30:18 - A closer look at the blur effect in Flutter - Raouf Rahiche 6:00:40 - How big are macros really? - Jochum van der Ploeg

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

    amazing

  • @foxanna
    @foxanna 2 หลายเดือนก่อน

    Awesome event! 💙 So happy to be the late addition to the lineup! 🙌🏻

    • @Th3Mandrill
      @Th3Mandrill 2 หลายเดือนก่อน

      Thanks Anna! You have great thoughts and insights as always.

  • @saiphaneeshk.h.5482
    @saiphaneeshk.h.5482 2 หลายเดือนก่อน

    In these projects, is it under assumption that it is all optimistic result or is there a possibility of failure?

  • @JohnL-ld2mv
    @JohnL-ld2mv 2 หลายเดือนก่อน

    Thank you, very insightful!

  • @saiphaneeshk.h.5482
    @saiphaneeshk.h.5482 3 หลายเดือนก่อน

    Wow, does native android or ios has this feature?

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

      I am wondering the same thing

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

    Nice presentation , but there is support for Google home

  • @thilinawarnakulasuriya1050
    @thilinawarnakulasuriya1050 6 หลายเดือนก่อน

    Magic 🎉

  • @JoshuaIbrahim-tv2xj
    @JoshuaIbrahim-tv2xj 6 หลายเดือนก่อน

    Please how can I get access to your course

  • @AhmadQusem
    @AhmadQusem 6 หลายเดือนก่อน

    love it💌

  • @salah.4963
    @salah.4963 6 หลายเดือนก่อน

    It's great. How can participate this .

    • @FlutterNFriends
      @FlutterNFriends 6 หลายเดือนก่อน

      You can get your tickets on flutterfriends.dev, they are still on Early Bird sale :)

  • @DominikRoszkowski
    @DominikRoszkowski 6 หลายเดือนก่อน

    Cool story bro

    • @sozkaya
      @sozkaya 4 หลายเดือนก่อน

      😂

    • @saiphaneeshk.h.5482
      @saiphaneeshk.h.5482 2 หลายเดือนก่อน

      Wait, aren't you the speaker? 😂 Really, great story.

    • @naoledev
      @naoledev 12 วันที่ผ่านมา

      🤣

  • @BernardoVerasDev
    @BernardoVerasDev 6 หลายเดือนก่อน

    Awesome! Do I find the app repository displayed somewhere?

  • @tananga_dev
    @tananga_dev 7 หลายเดือนก่อน

    ❤❤❤

  • @dillonnys7707
    @dillonnys7707 7 หลายเดือนก่อน

    This man just single handedly destroyed Kotlin Multiplatform and SwiftUI 😂

    • @arsildo
      @arsildo 2 หลายเดือนก่อน

      This did not age too well

  • @MrAndrewtux
    @MrAndrewtux 7 หลายเดือนก่อน

    More talks like this, please :)

    • @FlutterNFriends
      @FlutterNFriends 7 หลายเดือนก่อน

      Slava will be on Flutter & Friends this autumn too! So if you come join the conference I'm sure he'll deliver, again. 😃

  • @tananga_dev
    @tananga_dev 7 หลายเดือนก่อน

    ❤❤❤

  • @TheClaudio133
    @TheClaudio133 ปีที่แล้ว

    th-cam.com/video/Gz0J2Uv6xSI/w-d-xo.html Grande Filipe Barroso

  • @bigenough2122
    @bigenough2122 ปีที่แล้ว

    3:08:50 Slava Egorov is a mega brain! Love him!

  • @robsonsilv4.
    @robsonsilv4. ปีที่แล้ว

    13:35 - Shorebird: Flutter Code Push