• FlutterDev Profile Picture

    Flutter @FlutterDev

    2 months ago

    Experienced Flutter devs, share your experience with those newer to Flutter and Dart. What are you looking for when reviewing code?

    63 14 278 42K 61
  • drcoderz Profile Picture

    Roman Jaquez @drcoderz

    2 months ago

    @FlutterDev decoupling of logic from UI, clean separation of concerns, no business logic in the UI.

    0 0 16 686 1
  • jackccrawford Profile Picture

    Jack C Crawford @jackccrawford

    2 months ago

    @FlutterDev I code in Dart (Flutter) with @windsurf_ai and #Devin from @cognition_labs Building multi-platform apps in minutes. It's time to stop working so hard. Join me! @mVaraAI

    jackccrawford tweet picture

    0 0 3 565 1
    Download Image
  • dhuma1981 Profile Picture

    Dhrumil Shah 🏡 💙 @dhuma1981

    2 months ago

    @FlutterDev Don't be afraid or overwhelmed by different state management options. State Management == Data Management It is just 3 simple things. - Accessing state(data) easily - Modifying state(data) easily - Get notified when the state(data) has changed Just learn it and you are sorted

    1 1 15 427 1
  • trey_codes Profile Picture

    trey.codes @trey_codes

    2 months ago

    @FlutterDev Modularity of components. Determining if a file can be split into smaller widgets. Also if there's use of proper importing/exporting of related files.

    0 0 16 1K 1
  • neutronUNO Profile Picture

    Antoni Neutron @neutronUNO

    2 months ago

    @FlutterDev - How clearly is your project files and folder structured. - Instead of creating a method like _buildWidgetName inside a widget and then copying or referencing that method across multiple widgets, consider extracting the UI into its own standalone widget class.

    3 0 15 916 1
  • mahersafadii Profile Picture

    Maher Safadi @mahersafadii

    2 months ago

    @FlutterDev not necessarily a code review thing, but don't ship fully material apps on iOS, the Cupertino package has some great iOS-like widgets, I don't want to see a material dialog for example on iOS in an app I'm using, a Cupertino one is more fitting.

    1 0 10 1K 1
  • mordecai_sheks Profile Picture

    Mordecai @mordecai_sheks

    2 months ago

    @FlutterDev Clean, testable, and maintainable code > clever tricks. When reviewing Flutter code, I look for: ✔️ Clear structure & naming ✔️ Separation of UI & logic ✔️ Tests + CI/CD ✔️ Linting & const widgets ✔️ Readable widget trees Good fundamentals always beat shortcuts.

    0 0 9 455 4
  • EmanSem644707 Profile Picture

    . @EmanSem644707

    2 months ago

    @FlutterDev Having issues with deep link in flutter 😔 any guides?

    4 0 8 2K 2
  • ruqaiyasattar31 Profile Picture

    Ruqaiya 💙 @ruqaiyasattar31

    2 months ago

    @FlutterDev Less plugin more clean, modular code and custom widgets, best practices follow not strictly but human readable code.

    1 1 4 57 0
  • mzta_tee Profile Picture

    Tee. @mzta_tee

    2 months ago

    @FlutterDev Some widget has the .adaptive constructor to be able to maintain the native look and feel, find those widgets and make your app look more native.

    0 1 3 454 1
  • AjmalSalim Profile Picture

    ajmal 📱 @AjmalSalim

    2 months ago

    @FlutterDev Don’t commit secret keys in your apps! If you use Firebase, restrict it to bundle/package id with only the needed permissions.

    0 0 4 260 0
  • hirensamtani Profile Picture

    Lord Hiren Samtani 🇮🇳 @hirensamtani

    2 months ago

    @FlutterDev The libraries.. Prefer core libraries as much as possible.. And if 3rd party are used... they should have proper support

    0 0 3 153 1
  • ivannahere Profile Picture

    Ivanna 💙 @ivannahere

    2 months ago

    @FlutterDev Readability and clear separation of concerns

    0 0 3 425 0
  • Maroafenogho Profile Picture

    Oghenemaro Afenogho 💙 @Maroafenogho

    2 months ago

    @FlutterDev Folder structure Naming (classes, functions, variables) Proper separation of UI and business logic Proper use of classes Readability and testability. How state is managed (ephemeral or app-wide) Widget reusability

    0 0 3 387 4
  • harshsaver Profile Picture

    Harsh Savergaonkar @harshsaver

    2 months ago

    @FlutterDev “Claude code please review everything and please be ultra sure everything is correct and will work on prod” 🤞

    0 0 2 283 0
  • MaxwellDan_ Profile Picture

    Maxwell Dan @MaxwellDan_

    2 months ago

    @FlutterDev If you understand state management everything will fall in place. It guides your design pattern including route. Once you understand state management you'll do a good job in flutter.

    0 0 2 523 1
  • flyytee Profile Picture

    Flyte @flyytee

    2 months ago

    @FlutterDev Nothing special I just love dart 🫡

    1 0 2 648 1
  • bitfangs Profile Picture

    Aditya Shah @bitfangs

    2 months ago

    @FlutterDev There's a simple concept that any programmer should follow from the start, and that is Don't Repeat Yourself (DRY). I would also look at how the state is being rebuilt in the widgets.

    0 0 2 275 1
  • _mohdraza_ Profile Picture

    Mohd Raza Shaikh @_mohdraza_

    2 months ago

    @FlutterDev Explore about context, widget tree and lifecycle. These are very important.

    0 0 1 35 0
  • OgundeleIsrael2 Profile Picture

    Ogundele Israel @OgundeleIsrael2

    2 months ago

    @FlutterDev State Management: GetX, Provider, Bloc etc. Pick one then you are good to go 🔥

    0 0 1 400 0
  • PratikGaik38272 Profile Picture

    Pratik Gaikwad @PratikGaik38272

    2 months ago

    @FlutterDev Keep consistent flow for state management throughout application. VERY VERY VERY IMPORTANT.

    0 0 1 86 0
  • mk_muhaimin786 Profile Picture

    Muhaimin Pkl @mk_muhaimin786

    2 months ago

    @FlutterDev As a Flutter developer, I look for clean and reusable code, proper widget structure, and clear naming to make the app easy to understand and maintain.

    0 0 1 148 0
  • ChristianO39571 Profile Picture

    okechukwu Christian @ChristianO39571

    2 months ago

    @FlutterDev The most valuable thing i focus on is writing clean, maintainable code. When reviewing code, I’m not just looking for whether it works—I'm checking for: - Code readability - Proper use of widgets - State management -Dart idiom -File organization

    0 0 1 220 4
  • pratik13butani Profile Picture

    Pratik Butani #DevFestAhm #FlutterDev @pratik13butani

    2 months ago

    @FlutterDev If they are newer then the coding convention is a must to check.

    0 0 1 414 0
  • saintiano007 Profile Picture

    Don Clovis Saintiano⚛👨‍💻 @saintiano007

    2 months ago

    @FlutterDev Avoid implementations that would require you to run scripts to get your code working or require hard reload to work

    0 0 1 139 0
  • thetechyxander Profile Picture

    Emmanuel Onyeji🧑‍💻🫰🔥 @thetechyxander

    2 months ago

    @FlutterDev Clean architecture and proper state management utilisation.

    0 0 1 412 0
  • safi2bal Profile Picture

    ٤٢ @safi2bal

    2 months ago

    @FlutterDev if your variable is named temp2, i’m assuming you gave up and so should i

    0 0 1 138 0
  • ConnelBlaze Profile Picture

    Connel Asikong (Mr Bankai) @ConnelBlaze

    2 months ago

    @FlutterDev First! we've heard this phrase longer than Dracula's been alive: This is the end of Flutter or Flutter is dead. As for your code, inasmuch as I love separation of concerns, I look forward to your thinking process.

    0 0 1 279 1
  • BurstOfInsanity Profile Picture

    Strauss Bornman @BurstOfInsanity

    2 months ago

    @FlutterDev Simplicity, if you can simplify your code and reuse

    0 0 1 277 0
  • fullstack_se Profile Picture

    Full-Stackエンジニア @fullstack_se

    2 months ago

    @FlutterDev Tech stack of best practice?

    0 0 0 75 0
  • MauScheff Profile Picture

    Maurice @MauScheff

    2 months ago

    Separation of concerns: depending on complexity, try to extract state out of the widget and into state management, but use good judgment, some times you just go with a defacto widget and that’s the right way. Good design happens through iteration, consideration, and thoughtfulness. Try to abstract everything into simple interfaces that do the job well for most use cases with the least number of inputs & functions.

    0 0 0 9 0
  • shreyg258 Profile Picture

    Shreyansh Gupta @shreyg258

    2 months ago

    @FlutterDev File Structuring

    0 0 0 383 0
  • avizitRX Profile Picture

    Avizit Roy 🤠 @avizitRX

    2 months ago

    @FlutterDev My senior developer often tells me my code is too long and not modular enough.

    0 0 0 38 0
  • AwabSabir Profile Picture

    Awab Sabir @AwabSabir

    2 months ago

    @FlutterDev State management

    0 0 0 391 0
  • CalanMacAulay Profile Picture

    Calan MacAulay @CalanMacAulay

    2 months ago

    @FlutterDev Actual refactored Widgets created through constructors rather than helper functions pumping them out as return objects

    0 0 0 180 0
  • nateclarklive Profile Picture

    Nate Clark @nateclarklive

    2 months ago

    @FlutterDev Naming conventions

    0 0 0 259 0
  • Download Image
    • Privacy
    • Term and Conditions
    • About
    • Contact Us
    • TwStalker is not affiliated with X™. All Rights Reserved. 2024 instalker.org

    twitter web viewer x profile viewer bayigram.com instagram takipçi satın al instagram takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al sosyalgram takipçi satın al instagram ücretsiz takipçi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al metin2 metin2 wiki metin2 ep metin2 dragon coins metin2 forum metin2 board popigram instagram takipçi satın al takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al buyfans buy instagram followers buy instagram likes buy instagram views buy tiktok followers buy tiktok likes buy tiktok views buy twitter followers buy telegram members Buy Youtube Subscribers Buy Youtube Views Buy Youtube Likes forstalk postegro web postegro x profile viewer