Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

1. Dart Flutter Quiz
https://fluttercompletereference.com/quiz
#dart #flutter #quiz #mobile

2. How to be productive as a developer
As a developer, it's important to be productive in order to meet deadlines, deliver high-quality work, and advance in your career. However, being productive can be challenging, especially with so many distractions and interruptions vying for your attention. Here are a few tips for being productive as a developer:

Set clear goals and priorities: The first step to being productive is to have a clear understanding of what you need to accomplish. Take some time to prioritize your tasks and set clea…

3. Flutter Performance Best Practices
En iyi performans uygulamaları

Pahalı işlemleri en aza indirin

Uygulamanızın kullanıcı arayüzünü nasıl tasarladığınız ve uyguladığınız, ne kadar verimli çalıştığı üzerinde büyük bir etkiye sahip olabilir.

Kullanıcı arayüzünüzü tasarlarken aklınızda bulundurmanız gereken bazı noktalar şunlardır:

Build() methodu ancestor(ata) widget'lar yeniden oluşturulduğunda sık sık çağrılabileceği için build() methodun da tekrarlayan ve maliyetli işlemler yapmaktan kaçının.

Aşırı büüyük tek widgetların k…
#flutter #dart #performance #practices