New article about authentication / authorization is coming tomorrow! 🔥
🔥13
Mobile Tech
Started a survey for the next article! 🔥 You can vote via this link: https://tally.so/r/w2eDpA
Results of a survey!
I decided to write a small article about real life case of creating custom render object - should be interesting.
After that, I will release the second part of Auth in Flutter.
Also, there were a few additional questions that I will also add to another survey!
I decided to write a small article about real life case of creating custom render object - should be interesting.
After that, I will release the second part of Auth in Flutter.
Also, there were a few additional questions that I will also add to another survey!
👍11
Hit-testing in Flutter - a low-level mechanism that powers the gesture system.
👍10🔥1
🔥 First milestone passed!
It is about two months since I started writing paid articles.
Writing is thrilling yet difficult activity because it requires an excellent knowledge of a topic and skills of writing and conveying the idea in easy way.
Though I believe I'm becoming better in it with each new article :)
It is about two months since I started writing paid articles.
Writing is thrilling yet difficult activity because it requires an excellent knowledge of a topic and skills of writing and conveying the idea in easy way.
Though I believe I'm becoming better in it with each new article :)
🔥15👍4👏1
We are 500! 🎉 🎉
Hi to all the newcomers! I share some valuable insights about Dart & Flutter here, write articles and sometimes contribute to open-source 😁️️️️️️
Some interesting links:
My flutter template - https://github.com/hawkkiller/sizzle_starter
GitHub - https://github.com/hawkkiller
Blog - https://lazebny.io/
Hi to all the newcomers! I share some valuable insights about Dart & Flutter here, write articles and sometimes contribute to open-source 😁️️️️️️
Some interesting links:
My flutter template - https://github.com/hawkkiller/sizzle_starter
GitHub - https://github.com/hawkkiller
Blog - https://lazebny.io/
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - hawkkiller/sizzle_starter: A production-ready template for flutter applications.
A production-ready template for flutter applications. - hawkkiller/sizzle_starter
❤13👍8❤🔥5
User or Profile?
User and profile concepts are closely related yet serve distinct purposes.
In essence, a user refers to an account or identity used for accessing system resources, typically including attributes such as a username, password, email address, and role.
Conversely, a profile represents more detailed personal information and preferences associated with the user, which might include their first name, last name, age, and other settings specific to how they interact with the system.
#tip
User and profile concepts are closely related yet serve distinct purposes.
In essence, a user refers to an account or identity used for accessing system resources, typically including attributes such as a username, password, email address, and role.
Conversely, a profile represents more detailed personal information and preferences associated with the user, which might include their first name, last name, age, and other settings specific to how they interact with the system.
#tip
👍13😁1😐1
A while ago compute function from flutter SDK has moved to dart.
Incredibly easy and efficient way to process something in a different thread.
https://youtu.be/PPwJ75vqP_s?si=bqjge122nwFCBkIw
Incredibly easy and efficient way to process something in a different thread.
https://youtu.be/PPwJ75vqP_s?si=bqjge122nwFCBkIw
YouTube
Isolates (Technique of the Week)
If your Flutter app has jank due to a heavy computation, use Isolate.run() to move that computation to a new isolate.
Isolate class → https://goo.gle/3vvBKi4
Use isolates in your Flutter app → https://goo.gle/43DiXxL
Article about Isolate.run → https…
Isolate class → https://goo.gle/3vvBKi4
Use isolates in your Flutter app → https://goo.gle/43DiXxL
Article about Isolate.run → https…
🔥7👍6🎉2
Dart program finishes when the main function is removed from the call stack.
Anonymous Quiz
52%
Yes
48%
No
👍5🔥5