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
A few days ago I decided to create two scopes for the starter. Theme and Locale scope, so you can switch the themes, create custom ones without any effort. Also you can switch languages in the app.
I believe it would be really beneficial to have these scopesπͺ
I believe it would be really beneficial to have these scopesπͺ
π₯12β€2
Is it possible to send non-primitives between Isolates?
Anonymous Quiz
39%
Yes, you can send different objects between Isolates in the same Isolate Group.
61%
No, this is not possible because only primitives can be sent via SendPorts.
π1