Watching a Flutter app crash

Поділитися
Вставка
  • Опубліковано 5 лип 2024
  • Creating memorable experiences in production apps often means pushing the limits of what devices and frameworks can do, and that can mean running into the occasional crash or bug. In this talk, you'll see how to use distributed logging and Dart's built-in capability for guarding code execution to keep an eye on how your app is performing in the field. Along the way, you'll learn about some great tools from Google Cloud and Firebase that can help keep your app running smooth.
    Resources:
    Flutter error handling → goo.gle/3ucNdzA
    Firebase Remote Config → goo.gle/3r1I5Mz
    Google Cloud Logging → goo.gle/3r6G9Cy
    Speaker: Andrew Fitz Gibbon
    Watch more:
    All Google I/O 2022 Sessions → goo.gle/IO22_AllSessions
    Flutter at I/O 2022 playlist → goo.gle/IO22_Flutter
    All Google I/O 2022 technical sessions → goo.gle/IO22_Sessions
    Subscribe to Flutter! → goo.gle/FlutterYT
    #GoogleIO
  • Наука та технологія

КОМЕНТАРІ • 8

  • @acavals8080
    @acavals8080 2 роки тому +3

    My app is still in a pretty early stage, but I'm definitely saving those tips for later!

  • @tddod5060
    @tddod5060 2 роки тому +12

    Is it possible to share this demo code repo? Thanks a lot.

  • @JaredHasson
    @JaredHasson 2 роки тому +1

    Very useful information! Thanks for explaining this in such an animated way

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

    Thank you

  • @attibaloch2824
    @attibaloch2824 2 роки тому +3

    Amazing 🤩🤩

  • @FishTrips
    @FishTrips Рік тому +1

    Hello! Is there way to access this demo code for better understanding?

  • @VictorOnFlutter
    @VictorOnFlutter 2 дні тому

    up

  • @user-tx4wj7qk4t
    @user-tx4wj7qk4t 6 місяців тому

    This is incredibly low level and messy.