Mobile Tech
1.15K subscribers
91 photos
8 videos
6 files
138 links
Michael Lazebny's blog about @dart and @flutter
lazebny.io
Download Telegram
Happy Spring!

Released a dev version of http interceptors https://github.com/hawkkiller/intercepted_client

It supports concurrent and sequential requests. Basically, the same functionality as dio, but with a more predictable code and error handling.

I’d be glad if you check it out on your pet projects or just test in different scenarios. Feel free to ask, contribute and discuss!

I have successfully built an example authentication app (shown above) using this interceptors and now validating it so that there are no bugs šŸž
šŸ‘14šŸ”„4
Hi guys! I have just migrated my blog to a managed version

Please verify that everything works - https://lazebny.io/ (especially paid subscribers)
šŸ‘7
New article about authentication / authorization is coming tomorrow! šŸ”„
šŸ”„13
Started a survey for the next article! šŸ”„

You can vote via this link:
https://tally.so/r/w2eDpA
šŸ”„10šŸ‘2
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!
šŸ‘11
Command Pattern
šŸ‘15ā¤3
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 :)
šŸ”„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/
Please open Telegram to view this post
VIEW IN TELEGRAM
ā¤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
šŸ‘13😁1😐1