Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from Almouro/patch-1
Browse files Browse the repository at this point in the history
Add details about Performance DevTools talk
  • Loading branch information
martin-bertele authored Jul 25, 2024
2 parents 52b56e1 + 7b04cf0 commit 9e26256
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions talks/debugging_performance_issues_with_the_flutter_devtools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@
{
"name": "Alexandre Moureaux",
"bio": "About",
"companyName": "",
"companyUrl": "",
"githubUrlOrHandle": "",
"xUrlOrHandle": "",
"linkedinUrlOrHandle": "",
"webUrl": ""
"companyName": "Theodo Apps",
"companyUrl": "https://apps.theodo.com/",
"githubUrlOrHandle": "almouro",
"xUrlOrHandle": "almouro",
"linkedinUrlOrHandle": "alexandremoureaux",
"webUrl": "https://alex.moureaux.me/"
}
],
"title": "Debugging performance issues with the Flutter DevTools",
"videoUrl": "",
"description": "I've built a dummy app with several performance issues from real life examples. Through live-coding, let’s fix those issues together, leveraging the power of the performance view in the DevTools. \\r\\nAs an added bonus, I will present a neat way to establish a performance indicator, to easily evaluate the impact of our changes.",
"resources": [
{
"label": "Slides/Blog/...",
"url": ""
"label": "Slides",
"url": "https://docs.google.com/presentation/d/e/2PACX-1vTcUdCsRqDo0YJhCWLI4406Cw7lBruf0RvHQzdYxSh2_Xij1gjJ239aLegxvPDvmS-FAt2dAcl6binU/pub?start=false&loop=false&delayms=60000"
},
{
"label": "Example repository",
"url": "https://github.com/Almouro/flutter-performance-debugging-example"
}
],
"recommendations": [
Expand All @@ -37,4 +41,4 @@
"topics": [
"Flutter Widgets & Layouts"
]
}
}

0 comments on commit 9e26256

Please sign in to comment.