Mobile Tech
1.15K subscribers
92 photos
8 videos
6 files
138 links
Michael Lazebny's blog about @dart and @flutter
lazebny.io
Download Telegram
I'm introducing exciting polls on various topics, mainly about Dart & Flutter. I think you'll like it.
Today published a post about Dart GC. I wrote about the garbage collection process and the tricks it employs.
πŸ‘3
Global and static variables are lazy by default
Anonymous Quiz
50%
Yes
50%
No
πŸ‘3
πŸ”₯1
Mobile Tech
Photo
πŸ‘5
What is needed to override to compare objects in Dart?
Anonymous Quiz
79%
Both == an hashCode
14%
Only ==
6%
Only hashCode
πŸ‘2πŸ€”1
πŸ‘3
What is the worst case time complexity of inserting into an array?
Anonymous Quiz
8%
O(1)
25%
O(logN)
67%
O(n)
πŸ‘2
Does ListView use slivers under the hood?
Anonymous Quiz
81%
Yes
19%
No
πŸ‘1
List of expected articles πŸ™‚
Currently, I'm working on advanced questions and doc about sizzle starter.
πŸ”₯10
Does Dart support tail call optimisation?
Anonymous Quiz
58%
Yes
42%
No
πŸ‘3
Dive into this week's top-liked Medium article where Arnold Parge shares his expertise on the usage of Autodesk APIs, with insights from his expert team. Stay tuned for the best in tech knowledge-sharing!
https://blog.nonstopio.com/how-to-login-in-flutter-using-autodesk-a9d2d43a634e

#flutter #gpt #automated
Use of Service Locator (i.e. GetIt) makes the code testable, clean and predictable.
Anonymous Quiz
29%
Yes
71%
No
😁4πŸ€”1
Do each widget has a corresponding Element?
Anonymous Quiz
66%
Yes
34%
No
Event and microtask queues are
Anonymous Quiz
88%
FIFO
12%
LIFO