Enhance Your Flutter Apps with Autofill!
Autofill significantly boosts your app's user experience by allowing users to effortlessly complete forms (like credit card details, addresses, and login credentials).
To integrate autofill in Flutter, encase your input fields within an AutofillGroup widget. Then set up autofillHints in textfields.
For a seamless connection between your website and app, remember to configure associated domains for both Android and iOS platforms.
#flutterdev #tip
Autofill significantly boosts your app's user experience by allowing users to effortlessly complete forms (like credit card details, addresses, and login credentials).
To integrate autofill in Flutter, encase your input fields within an AutofillGroup widget. Then set up autofillHints in textfields.
For a seamless connection between your website and app, remember to configure associated domains for both Android and iOS platforms.
#flutterdev #tip
π15β€3
I'm working on intercepted client for http library (like in dio)
From my perspective http library is much better due to these factors:
- Much cleaner and predictable code and behavior, maintained by dart team.
- It doesn't parse "error" responses to DioException-like type.
- It supports different platform implementations (like cupertino_http or cronet_http) that enable HTTP3 & caching & supports VPNs and proxies.
From my perspective http library is much better due to these factors:
- Much cleaner and predictable code and behavior, maintained by dart team.
- It doesn't parse "error" responses to DioException-like type.
- It supports different platform implementations (like cupertino_http or cronet_http) that enable HTTP3 & caching & supports VPNs and proxies.
π12
In 20 minutes we will start the profile logic for stoic way project!
https://www.youtube.com/live/htipD88PgAw?si=TfsQ6T8FMVmVNMwK
https://www.youtube.com/live/htipD88PgAw?si=TfsQ6T8FMVmVNMwK
YouTube
Stoic Way #8 - Implementing profile logic
Adding profiles.
Source code: https://github.com/thestoicway/backend
My Blog: https://lazebny.io/
X: https://twitter.com/michael_lazebny
LinkedIn: https://www.linkedin.com/in/michael-lazebny/
Source code: https://github.com/thestoicway/backend
My Blog: https://lazebny.io/
X: https://twitter.com/michael_lazebny
LinkedIn: https://www.linkedin.com/in/michael-lazebny/
π8
formsf.png
648 KB
Implemented extremely simple forms for #Flutter that support asynchronous validators π
π7π₯4
Next article will be about authentication and how to implement it (interceptors, business logic, data, navigation)
And I will probably use the intercepted client (my library for http interceptors)
And I will probably use the intercepted client (my library for http interceptors)
π22
Screen Recording 2024-02-25 at 13.31.54.mov
2.5 MB
Building full-fledged authentication example!
It is for my next article.
Guards, navigation, interceptors with JWT refresh / expiry logic to be covered.
It is for my next article.
Guards, navigation, interceptors with JWT refresh / expiry logic to be covered.
π₯17π6
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 π
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 π
GitHub
GitHub - hawkkiller/intercepted_client
Contribute to hawkkiller/intercepted_client development by creating an account on GitHub.
π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)
Please verify that everything works - https://lazebny.io/ (especially paid subscribers)
π7
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