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.
Linkedin
Sign Up | LinkedIn
500 million+ members | Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.
π3
π3
Difference in behavior of single-subscription and broadcast streams.
Anonymous Quiz
25%
Broadcast stream buffer all events
13%
Single subscription stream buffer all events
62%
Both buffer, the difference being that broadcast stream allows multiple listeners.
π₯1
Mobile Tech
Photo
What will this code emit?
Anonymous Quiz
19%
Ben Ben Mike Mike
20%
Ben Mike Ben Mike
28%
Mike
2%
Nothing
6%
Mike Mike
26%
Ben Mike
π5
What is needed to override to compare objects in Dart?
Anonymous Quiz
79%
Both == an hashCode
14%
Only ==
6%
Only hashCode
π2π€1
What will happen if you call runApp() again in Flutter?
Anonymous Quiz
10%
App will crash
27%
Nothing - Flutter will ignore it
63%
Current root widget will be replaced with new one.
π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
π1
π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
https://blog.nonstopio.com/how-to-login-in-flutter-using-autodesk-a9d2d43a634e
#flutter #gpt #automated
Medium
How to login in Flutter using Autodesk
How to authenticate in Flutter using 3 legged auth token.
How does UnmodifiableListView works?
Anonymous Quiz
22%
Locks the list and makes it unmodifiable
37%
Copies the list and makes it unmodifiable
41%
Stores the reference to the list and acts as an unmodifiable list
Use of Service Locator (i.e. GetIt) makes the code testable, clean and predictable.
Anonymous Quiz
29%
Yes
71%
No
π4π€1
Briefly about render objects and their responsibilities:
Linkedin
Michael Lazebny on LinkedIn: #flutter #interesting #tipoftheday #mobile #uiux
Render objects in Flutter
A vital part of Flutter's framework is its rendering engine, which paints the visuals you see on the screen. At the heart of thisβ¦
A vital part of Flutter's framework is its rendering engine, which paints the visuals you see on the screen. At the heart of thisβ¦
π₯6β€1