PN
Prashanta NayakProduct Builder
Email ID is Copied
Back to Blog

Flutter Conference

2024-06-20

#technology#health

• Aditya Thakur Create plug-ins- for better code Use FFI

  • if your Ui is taking more than 16 ms it's lagging

  • use flutter inspector

  • memory view

  • network view

  • Lazy loading

  • caching

  • const

  • dispose method

  • compressor sets

  • minimize tree complexity

  • min memory usage for startup

  • don't initialize everything at start (reduce initialization)

  • better scrolling - single child scroll view,

  • flutter packages - lavender blue

  • third party - orange

  • reduce time complexity

  • parallel processing Viktor missing server for flutter

  • file uploads

  • Auth

  • stream data

  • Task schdl

  • health checks

  • easy deployment Ayush Shekhar

  • vertical progress

  • communicate

  • understand problem constraints

  • unless you will keep throwing out problems but not get solutions Makwana

  • ODM firebase

  • Build in Animation in flutter - 4 - 5 finger gestures

  • integration with backend

  1. Intro screen flutter logo

  2. Second screen after logo

  3. Scalability

  1. Security
  • while sharing internal data it's important, it should protect against cyber attacks

  • dart memory safety - best safest

  • Active community involvement

  • https and ssl/tls support

  • flexible Auth

  • Dart FFI - calling native code - CLI

  • CI/CD

  1. NETLIFY

  2. GITHUB

  3. GITHUB

  4. CODEMAGIC