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
I will publish a new post about hit testing on Monday!
๐ฅ8๐พ1
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
Please open Telegram to view this post
VIEW IN TELEGRAM
๐7โคโ๐ฅ6๐ฅ4โค1
Code style of flutter repository, quite interesting to read.
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
GitHub
Style guide for Flutter repo
Flutter makes it easy and fast to build beautiful apps for mobile and beyond - Style guide for Flutter repo ยท flutter/flutter Wiki
๐14โค2