Abdulkabir Adekanye
1.6K posts

Abdulkabir Adekanye
@_KanyeDev
Flutter App Developer | CEO @CyrexTech_
Katılım Ocak 2020
84 Takip Edilen223 Takipçiler

@_KanyeDev Totally. Every dev who said they’d add flavors after they were done building the app never did 😂
English

@thedevwriter Ha, the graveyard of good intentions. I've seen so many 'we'll refactor it later' promises evaporate. Starting right pays dividends fast.
English

@larrybson21 Exactly 💯
Need to ensure everything is solid
English

@_KanyeDev Absolutely, can never be to careful when creating a Flutter app
English

@thedevwriter Exactly. Setting it up from the start saves so much friction down the line. The pain of retrofitting flavors later is real.
English

@michaelbushe Same here. Setting them up early saves so much refactoring pain down the road. Plus it forces you to think about your app structure from day one instead of bolting it on later.
English

@_KanyeDev Better not to use it at all. Especially for enterprise apps
English

@Shahood Neat part: that's the one nesting case that doesn't need slivers. Horizontal-in-vertical is just nested ListViews, inner gets a fixed height. Even in a CustomScrollView it'd sit in a SliverToBoxAdapter as a plain box. Slivers earn their keep composing the same axis.
English

@_KanyeDev ...and when u have to show a horizontally scrolled list inside a vertically scrolled list.
English

Don't use FutureBuilder.
Don't use FutureBuilder.
Don't use FutureBuilder.
Don't use FutureBuilder.
Don't use FutureBuilder.
Don't use FutureBuilder.
Don't use FutureBuilder.
Don't use FutureBuilder.
Don't use FutureBuilder.
Don't use FutureBuilder.
#Flutter #Flutterdev
Abdulkabir Adekanye@_KanyeDev
Putting your Future inside FutureBuilder's build method restarts the task on every rebuild. Each build call creates a new Future object, and FutureBuilder compares by reference, so a new instance means a fresh start. Fix: initialize it once in initState(), store it in a field
English


@ASalvadorini @antigravity 🤣🤣 That is wild, they should do better!
This current quota won't even be enough for a Hello World lol.
English

@_KanyeDev @antigravity Yes! 😂
The first prompt takes 2m. The remaining 28m are spent trying to fix the pure 💩 the first prompt did 😅
GIF
English

Did @antigravity just restricted its quotas again? 🤐
I must have coded 3 hours today, and I consumed 25% of my weekly quotas, using Gemini 3.5 Flash (High).
This becomes totally useless if I can't even code a few hours a day 😭
#AI #gemini #Google #antigravity

English

