Answered in x.com/theflutterbo...
Answered in x.com/theflutterbo...
Need your opinion on this!! Should we just follow what ever clean says or adapt it to the modern framework like #flutter It is not clean vs something!! It's how we adapt the clean arch
Tagging
@alesalv.bsky.social
@rydmike.com !!
I having an discussion and they say why use this one when this is essentially same as clean arch...
Link to the article:
codewithandrea.com/articles/com...
"Since Clean Architecture was designed to be independent of UI, it does not account for a unidirectional flow of data from the data sources to the UI, a core design principle in many modern app architectures (Flutter and web alike)"
How it differs from clean arch
@codewithandrea.com
#flutter
The #iOS development experience is so bad. If I did this in my app they would not approve it... Trying to upload a new version of my app and I get an error that just says "Agreement Update" with not direction on what I should do...
#buildInPublic #flutterDev #indieHackers
Announcing Maika - Translate, rewrite, and reimagine your kid's favorite stories!
Available for iOS and Android (soon). Maika is the perfect app for parents (especially multilingual) who are tired of reading the same story again and again.
How do you know if this feature is requested by users? How do you track it?
Live now!
here we go again (I will now do this every 2 months on ~16th): reply to this tweet to AMA about @dart.dev or complain about anything @dart.dev related.
I will do my best to reply.
Nah, It's FlutterUI
When the #FlutterInProduction stream has not yet ended and @labenz.dev just has to sit there until it does.
Playing around with functional @flutter.dev widgets with signals ππ
dartpad.dev?id=3a15eff374f6af86816189952aacd021
Simple and clean!!
Where is the source?
try AnimatedBuilder
Hope other governments follow
#Flutterdev After null-aware spreads, we will soon have null-aware single values.
This is a super simple and clean way to check if a single value is null and, if not, do something with it.
If anyone wants to deep dive: github.com/dart-lang/la...
πΊ Coming soon to a screen near you...
Be sure to tune in for #FlutterInProduction on December 17th at 11am PT. β goo.gle/FiP
I found some cross posting app which can find accounts of users across socials..
I am starting to like this app more than X ππ». Just need to follow people who were on my following list on X. Is there any tool to find their BlueSky profile easily?
Can you add me too?
The solution is Linuxπ
I'll share an example code soon
Add mee too
Hello, Widgets!
Google's holiday code freeze is delaying our DNS update, but this is the official #Flutter account for BlueSky, to eventually be "flutter@flutter.dev":
flutterframework.bsky.social
Anyone able to completely disable HTTP in Flutter app?
#flutter
github.com/flutter/flut...
Even if you disable HTTP (cleartexttraffic) in Android side or iOS side. You can still able to call HTTP API in Flutter. According to docs it should throw error. I ran a security test and it failed due to HTTP issue