Full Stack Flutter
Full Stack Flutter
  • 21
  • 9 963
Flutter Friday Roundup 🥳 Oct 4 2024
Learn about the latest and greatest in the Flutter community. Below are links to the stories mentioned in this episode.
Fluttercon USA:
flutterconusa.dev/
Web package:
pub.dev/packages/web
Very Good Engineering:
engineering.verygood.ventures/
Flutter Design Patterns and Best Practices:
www.packtpub.com/en-gb/product/flutter-design-patterns-and-best-practices-9781801072649
Benchmarking Flutter, Flame, and Godot:
filiph.net/text/benchmarking-flutter-flame-unity-godot.html
Serverpod event support:
forms.gle/xko7VreFZfzBGP6y9
Full Stack Flutter talks:
Follow this channel. 🥳
Переглядів: 3 549

Відео

Divyanshu Bhargava: Scaling server driven UI with Mirai
Переглядів 1052 години тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev Apps have come a long way since the launch of AppStore and PlayStore (Android market) in 2008. In traditional apps, the data is driven by the backend, and the UI is driven by the client (web, iOS, Android). As the app grows they become more personalized, dynamic, and complex. Sending updates and bug fix...
Allen Wyma: Giving when you don't take
Переглядів 1159 годин тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev Even though we all love Flutter, we may not always be working with it. Lately, i haven't been doing as much Flutter as I like, but that doens't mean I like Flutter any less. I'd like to discuss about ways to stay involved even when your day job isn't working with Flutter. About the speaker Allen Wyma is...
Alicja Ogonowska: No Backend? No Problem! Flutter apps with Firebase Extensions 🧩
Переглядів 19519 годин тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev In the world of mobile app development, not all applications require a fully-fledged backend. Some can get by with minimal backend services, or even none at all. This is where Firebase Extensions come into play, offering a range of backend services that can greatly enhance your Flutter applications. In ...
Oleksandr Leushchenko: When your backend isn't ready
Переглядів 811День тому
As a mobile app developer, it's not uncommon to rely on backend services to power your app's functionality. But what can you do when the backend isn't ready? Maybe the team is working on a new feature, or perhaps there's a delay due to unforeseen circumstances. In these situations, it's tempting to hardcode data to keep mobile development moving forward. But this approach can lead to myriad of ...
Martin Jeret: White labeling apps at scale using CI/CD
Переглядів 31814 днів тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev Many companies develop the perfect mobile application they can white label and sell to multiple customers in the same niche. However, when they have to white label their app for more than a handful of customers they soon run into issues with scalability, code signing, and app store distribution and look...
Paul Köhler: Streaming with Serverpod
Переглядів 24914 днів тому
Streaming live updates to your users using the capabilities of serverpod backend framework. I will give a short overview of the required parts, how it works and show a few common pitfalls. About the speaker Since my youth, when I programmed my first websites at 14, I have been fascinated by the world of coding. This passion has stayed with me through the years and made me the expert I am today....
Flutter Friday Roundup 🥳 Sep 13 2024
Переглядів 45721 день тому
This is the very first Flutter Friday roundup. Learn about the latest and greatest in the Flutter community. Below are links to the stories mentioned in this episode. Dart DevTools extensions highlight: x.com/FlutterDev/status/1833581963820621910 Widgetbook cloud: www.widgetbook.io/ Serverpod 2.1 & Serverpod Cloud: serverpod.dev Fluttercon 2024 Berlin talks: www.droidcon.com/content/?filter_pos...
Ivanna Kacevica: Cleaner Flutter code with Dart 3 🧼
Переглядів 1,5 тис.21 день тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev Dart and Flutter's ecosystem thrives on the quality of code we produce. Dart 3 introduced features that not only beautify your code but also enhance its safety. In this talk, created in partnership with the Flutter team, we'll dive deep into the major new features introduced in Dart 3. The talk is aimed...
Abu Anwar MD Abdullah: Design Systems 🎨 Create one and cut UI code by 50%
Переглядів 39321 день тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev Sure, you can use the default theming options in the Flutter SDK to design your app. However, this often results in an app that looks like thousands of others. That’s why many companies and designers use their own custom design systems. In this talk, I’ll explain what a design system is and demonstrate ...
Hannes Winkler: Innovating embedded systems with flutter-pi 🍰
Переглядів 28728 днів тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev Flutter Embedded is still a "niche" field, but many people are unaware that for Embedded Systems, flutter might really be a game changer. In this talk, I invite you to explore the impact Flutter might have on Embedded Systems. In particular, we'll dive into the early days of flutter-pi and the project I...
Dillon Nys: How to build a Flutter cloud platform ⛅️
Переглядів 390Місяць тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev In this talk, we'll walk through what does on behind the scenes when you run `celest start` or `celest deploy`, everything from hot reloading your backend to bundling it up and running it on the cloud. If you've ever been curious how it's done, this talk is for you. I'll be spilling all the beans! About...
Anna Leushchenko: Is your JSON deserialization implementation efficient? 🤔
Переглядів 3302 місяці тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev I think we all agree that JSON deserialization is one of the most common tasks we as developers of Dart and Flutter applications, have to perform regularly, which means that implementation efficiency in this area has a significant impact on the overall speed and ease of the development. Yet over and ove...
Kilian Schulte: Introducing Jaspr - Dart's first full stack web framework
Переглядів 1,3 тис.2 місяці тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev A showcase and introduction to Jaspr, the web framework that lets you build modern and dynamic websites using pure Dart. Learn how you can build your next blog, landing page, portfolio site or any other website you can imagine and leverage your existing skills in Dart and Flutter. Whether you are a seas...
Tom Arra: Full Stack with Dart Frog 🐸
Переглядів 2492 місяці тому
This is a talk from the Full Stack Flutter conference held in May 2024. fullstackflutter.dev About the speaker Tom Arra has over 15 years of experience in the mobile space in both Engineering and Product Roles. He has managed global rollouts and products at large and small organizations including Microsoft and BMW. Currently he is the Director of Product Development at Very Good Ventures where ...
Lucas Josefiak: Enhancing widget cataloging, testing, and collaboration with designers 📕
Переглядів 1462 місяці тому
Lucas Josefiak: Enhancing widget cataloging, testing, and collaboration with designers 📕
Kieran Lee: Why choose full-stack flutter? 📚
Переглядів 6853 місяці тому
Kieran Lee: Why choose full-stack flutter? 📚
Matt Carroll: Static web site generation with Dart ⚡️
Переглядів 3533 місяці тому
Matt Carroll: Static web site generation with Dart ⚡️
Leigha Reid: What's new in FlutterFlow ✨
Переглядів 1863 місяці тому
Leigha Reid: What's new in FlutterFlow ✨
Eric Seidel: Code push for Flutter 👈
Переглядів 1,7 тис.3 місяці тому
Eric Seidel: Code push for Flutter 👈
Ask the Flutter team 🤓 Full Stack Flutter conference 2024
Переглядів 3853 місяці тому
Ask the Flutter team 🤓 Full Stack Flutter conference 2024

КОМЕНТАРІ

  • @MissMyMusicAddiction
    @MissMyMusicAddiction 8 годин тому

    keep the weekly updates coming

    • @FSFlutter
      @FSFlutter 7 годин тому

      Every other week is the plan. 😅 But they will keep coming your way. 🙌

  • @designitechnologia
    @designitechnologia 8 годин тому

    Great channel!

  • @dartmehedi555
    @dartmehedi555 10 годин тому

    Wow

  • @bayandampakathi1776
    @bayandampakathi1776 10 годин тому

    ❤🇿🇦

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer 12 годин тому

    Great video!

  • @officialismailshah
    @officialismailshah 22 години тому

    Mirai looks awesome

  • @LifeLesson_Guru
    @LifeLesson_Guru День тому

    I get a better idea about in json pattern matching. Nice Job Ivanna

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer 4 дні тому

  • @aouadicharaf1038
    @aouadicharaf1038 7 днів тому

    ❤️❤️❤️

  • @MissMyMusicAddiction
    @MissMyMusicAddiction 8 днів тому

    how do we sign up for the cloud beta?

  • @manishgautam2424
    @manishgautam2424 8 днів тому

    good

  • @manishgautam2424
    @manishgautam2424 8 днів тому

    only free stuffs please

  • @conceptcoder
    @conceptcoder 8 днів тому

    Vic, your voice a little bit low when you or the speaker talk... Please make it louder please... Thanks

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer 8 днів тому

    Great video. Im a huge fan of Supabase but Firebase is also very good

  • @haroldpepete
    @haroldpepete 11 днів тому

    great video, pattern matching is a game changer to restructure complex if statement, but you could use nullcohersion to avoid null checking

    • @IvannaKacevica
      @IvannaKacevica 10 днів тому

      Yeah, totally. We used the most extreme example for the 'before', there are other ways to do it. Also, you don't necessarily have to check both 'is int' and '!= null.'

  • @AnthonyDev
    @AnthonyDev 11 днів тому

    Thanks! Great talk, the records are explanation was the grand finale. Ivana, what is the headphone used in the talk? Great mic quality. 😊

    • @IvannaKacevica
      @IvannaKacevica 10 днів тому

      They're Redragon headphones from Amazon, but I don't recommend them for two reasons: they're USB-A, which I didn't realize at the time of purchase, and the cord has worn out after a couple of years and now looks broken.

  • @ZubairRehmanDar
    @ZubairRehmanDar 13 днів тому

    very informative💡

  • @Hamiiidev
    @Hamiiidev 13 днів тому

    Nice, please also cover the Venia backend.

  • @mrvampire93
    @mrvampire93 13 днів тому

    I can't pay for serverpod cloud but want to try it

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer 14 днів тому

    ❤❤❤

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer 14 днів тому

    ❤❤❤

  • @manishgautam2424
    @manishgautam2424 15 днів тому

    That's a great coincidence! ,

  • @NotClean-i7d
    @NotClean-i7d 15 днів тому

    1st comment

  • @parvindersinghkapoor234
    @parvindersinghkapoor234 17 днів тому

    please provide link of figma also

  • @HQHAN
    @HQHAN 17 днів тому

    Great update !

  • @ashiqnuaiman
    @ashiqnuaiman 17 днів тому

    A question, can i use jaspr everything i can with react?

  • @tropicarls
    @tropicarls 18 днів тому

    It's got a free tier? Nice! Thank you. That makes it easier to try out

  • @manishgautam2424
    @manishgautam2424 18 днів тому

    Dart is truly a powerhouse for both web and app development! With Flutter, we have an incredible tool for building beautiful, high-performance mobile apps. And now, Jaspr is making it even more exciting for web development. It's a game-changer! 🌐📱 Thanks Viktor Lidholt #Dart #Flutter #Jaspr #Serverpod #WebDev #AppDev

  • @samfanpp969
    @samfanpp969 19 днів тому

    very informative.

  • @KK-lr4vx
    @KK-lr4vx 19 днів тому

    thanks

  • @md-code9019
    @md-code9019 20 днів тому

    LGBT Students Question Purpose of Life ua-cam.com/video/E-KW9tUETN4/v-deo.html “Jesus Didn’t Preach Christianity, but Islam!” ua-cam.com/video/qvBNViZG0Mk/v-deo.html Islam: The True Religion of God? - Abdur-Raheem Green ua-cam.com/video/GOw1X4GIAYM/v-deo.html

  • @monzirabdalrahman4573
    @monzirabdalrahman4573 21 день тому

    You're the best Victor .... Keep Going🔥🔥

    • @lidholt
      @lidholt 20 днів тому

      Thank you!! 🤩

  • @manishgautam2424
    @manishgautam2424 21 день тому

    i am waiting for serverpod cloud , i want to try that for free

  • @skypuff
    @skypuff 21 день тому

    Very informative and well presented. Thank You.

  • @KrishnaChoudhary-g4h
    @KrishnaChoudhary-g4h 22 дні тому

    This was very good explanation with great real life examples

  • @mboyamichael7618
    @mboyamichael7618 22 дні тому

    Great talk Ivanna 👏👏

  • @mboyamichael7618
    @mboyamichael7618 22 дні тому

    The true benefit of the first example is shown when the record uses the named syntax. Having something like (true, true, false) is less maintainable than (hasPaid: true, isAdmin: true)

    • @IvannaKacevica
      @IvannaKacevica 22 дні тому

      Yeah, that’s true, I totally agree. To fit everything on one slide, we went with this version (this talk was created in collaboration with the Flutter team).

  • @rustamusmanov9043
    @rustamusmanov9043 22 дні тому

    am I first😄, published a minute ago

  • @HQHAN
    @HQHAN 22 дні тому

    👏

  • @HQHAN
    @HQHAN 22 дні тому

    Great achievement !!! 👏

  • @babarbashir3635
    @babarbashir3635 24 дні тому

    That's amazing!👏

  • @manishgautam2424
    @manishgautam2424 25 днів тому

    that was great but you need to mention the color difference from figma to flutter

  • @Guix555
    @Guix555 27 днів тому

    cool ! I'll have a look at flutter-pi

  • @manishgautam2424
    @manishgautam2424 29 днів тому

    engineer can do anything

  • @ThEGeEeK
    @ThEGeEeK Місяць тому

    Why this is not a flutter default feature

  • @eliezerantonio5888
    @eliezerantonio5888 Місяць тому

    its working 😍

  • @jheel_23
    @jheel_23 Місяць тому

    Guys we don't have all the videos from conference here, where can I find them. Do really need some of them.

  • @2dapoint424
    @2dapoint424 Місяць тому

    Everything is a widget 🤫

  • @Inf0rmatix
    @Inf0rmatix 2 місяці тому

    That‘s so awesome! 🎉

  • @Arjunsingh-nl9ik
    @Arjunsingh-nl9ik 2 місяці тому

    nice to seen understand when i try it so this is done in flutter sdk