Timestamps 0:00 Intro 2:14 Start 9:22 Q: How can I determine the last online synchronization time with Firestore, not just the latest doc change, using the snapshots method? Snapshot (and metadata) emits once initially and on doc changes. - David 12:32 Q: Trying to set up Dexguard, facing a few issues, any guidelines on how to configure Dexguard on a flutter android app? - Peter Musembi 17:00 Q: Can you people suggest me git repos which make me from beginner flutter dev to advance dev. - Adil Ayoub 20:24 Q:when does the esc_pos_printer get next version as it has been 2 years since the last release? - muhd tariq ali 22:27 Q: Is it bad to nest SliverMainAxisGroup or have multiple inside CustomScrollView? Since i like to split into smaller widgets and SliverMainAxisGroup is the only thing which i can treat as a column - Roberto 25:16 Q: How to update the data in realtime - SE 26:18 Q: Is it worth to move such as sorting a list outside build and doing it in didUpdateWidget? - Roberto 26:51 Q: Dynamic link is deprecated. what are the recommendwd paths to migrate. we need it to be cross platform. ios/Android/web - Manoj S 32:30 Q: Do you know by any chance when will videos for FlutterCon Europe be uploaded? - Htet LynnHtun 33:17 Q1: I'm using go_router , support screen it has many subroutes, I want to navigate to support router from different screens, it should come from where I navigated from - Madhan Kumar ... Q1:cont. I can navigate to support screen but, since we are defining support route once it is navigating to that same location when we pop the support screen - Madhan Kumar 35:45 Q: On Customscrollview sliverlist when expansionpanel is expanded the border and content of listtile below it is misplacedhere the dartpad id dartpad.dev/?id=4280979dca094b8d254323f32ccac3cc - Suman Mitra 41:36 Q: How I can send Map with http package when using multipart request.usecase : send files and fields - Abdullah Alamodi 44:31 Q: what is the usecase difference between dependOnInheritedWidgetOfExactType and dependonInheritedWidgetOfExactType on wowshoping app backend.dart#L109 ? I am wondering about `listen` - Md.Yeasin Sheikh 46:40 Q: What would be a decent solution for a webview in Flutter Linux? Would a dynamically linked lib work better than bundling a pre-compiled one? - Pako St 50:47 Q: I am facing issues on VSCode with import sorting. Like the Android Studio group wise import sorting. By group I mean package, relative and part import. - Momshad Dinury 54:23 Q: But the data is created inside the build. Do i need still move sort outside the build and pass the data to new widget and using sort inside didUpdateWidget or initState - Roberto 57:18 Q: Hi, for monorepos what tool do you recommend? currently using melos, is there other better options? thanks - Dev 58:08 Q: When using GoRouter with StatefullShellRoute, what is the best way to reset state of some statefull branch if neded? - Miloš Ivačković 1:01:42 Q: How do i override MaterialLocalizations change the actual words in the translations. Some words i would like change in the datePicker for example - Roberto 1:04:00 Q: what are best practices for optimize build size and performance - Nitin Paladiya 1:18:53 Q: what’s recommended folder structure for flutter project - Ghifari Akbar 1:22:20 Q: Saw flutter doc recommending MVVM architecture with ListenableBuilder. So, should we try to migrate to MVVM? - Momshad Dinury 1:25:40 Q:is there any other package to replace esc_pos_printer ? - muhd tariq ali 1:27:14 Q: Follow up on VSCode issue, found the solution. I already had that installed. That didnt work. I needed to add "editor.codeActionsOnSave": { "source.organizeImports": "always", }, - Momshad Dinury 1:28:16 Regarding GoRouter question, I want to fire build function when going to particular branch(Route). This is not expected behaviour by default but is needed in some cases. - Miloš Ivačković 1:30:28 Intermission 1:33:48 Live coding: Animating from white to transparent 1:41:20 About new Jaspr release 1:43:55 Live coding: Shenanigans with Slivers and rebuilds 2:25:20 Outro
Timestamps
0:00 Intro
2:14 Start
9:22 Q: How can I determine the last online synchronization time with Firestore, not just the latest doc change, using the snapshots method? Snapshot (and metadata) emits once initially and on doc changes. - David
12:32 Q: Trying to set up Dexguard, facing a few issues, any guidelines on how to configure Dexguard on a flutter android app? - Peter Musembi
17:00 Q: Can you people suggest me git repos which make me from beginner flutter dev to advance dev. - Adil Ayoub
20:24 Q:when does the esc_pos_printer get next version as it has been 2 years since the last release? - muhd tariq ali
22:27 Q: Is it bad to nest SliverMainAxisGroup or have multiple inside CustomScrollView? Since i like to split into smaller widgets and SliverMainAxisGroup is the only thing which i can treat as a column - Roberto
25:16 Q: How to update the data in realtime - SE
26:18 Q: Is it worth to move such as sorting a list outside build and doing it in didUpdateWidget? - Roberto
26:51 Q: Dynamic link is deprecated. what are the recommendwd paths to migrate. we need it to be cross platform. ios/Android/web - Manoj S
32:30 Q: Do you know by any chance when will videos for FlutterCon Europe be uploaded? - Htet LynnHtun
33:17 Q1: I'm using go_router , support screen it has many subroutes, I want to navigate to support router from different screens, it should come from where I navigated from - Madhan Kumar
... Q1:cont. I can navigate to support screen but, since we are defining support route once it is navigating to that same location when we pop the support screen - Madhan Kumar
35:45 Q: On Customscrollview sliverlist when expansionpanel is expanded the border and content of listtile below it is misplacedhere the dartpad id dartpad.dev/?id=4280979dca094b8d254323f32ccac3cc - Suman Mitra
41:36 Q: How I can send Map with http package when using multipart request.usecase : send files and fields - Abdullah Alamodi
44:31 Q: what is the usecase difference between dependOnInheritedWidgetOfExactType and dependonInheritedWidgetOfExactType on wowshoping app backend.dart#L109 ? I am wondering about `listen` - Md.Yeasin Sheikh
46:40 Q: What would be a decent solution for a webview in Flutter Linux? Would a dynamically linked lib work better than bundling a pre-compiled one? - Pako St
50:47 Q: I am facing issues on VSCode with import sorting. Like the Android Studio group wise import sorting. By group I mean package, relative and part import. - Momshad Dinury
54:23 Q: But the data is created inside the build. Do i need still move sort outside the build and pass the data to new widget and using sort inside didUpdateWidget or initState - Roberto
57:18 Q: Hi, for monorepos what tool do you recommend? currently using melos, is there other better options? thanks - Dev
58:08 Q: When using GoRouter with StatefullShellRoute, what is the best way to reset state of some statefull branch if neded? - Miloš Ivačković
1:01:42 Q: How do i override MaterialLocalizations change the actual words in the translations. Some words i would like change in the datePicker for example - Roberto
1:04:00 Q: what are best practices for optimize build size and performance - Nitin Paladiya
1:18:53 Q: what’s recommended folder structure for flutter project - Ghifari Akbar
1:22:20 Q: Saw flutter doc recommending MVVM architecture with ListenableBuilder. So, should we try to migrate to MVVM? - Momshad Dinury
1:25:40 Q:is there any other package to replace esc_pos_printer ? - muhd tariq ali
1:27:14 Q: Follow up on VSCode issue, found the solution. I already had that installed. That didnt work. I needed to add "editor.codeActionsOnSave": { "source.organizeImports": "always", }, - Momshad Dinury
1:28:16 Regarding GoRouter question, I want to fire build function when going to particular branch(Route). This is not expected behaviour by default but is needed in some cases. - Miloš Ivačković
1:30:28 Intermission
1:33:48 Live coding: Animating from white to transparent
1:41:20 About new Jaspr release
1:43:55 Live coding: Shenanigans with Slivers and rebuilds
2:25:20 Outro