You can look at the history on our page flutterlastweek.com.
- Flutter clean code and best practices: Guide for clean code in Flutter emphasizes naming conventions, formatting, simplicity, and project organization best practices.
- How I Doubled My Flutter App’s Performance Using These Techniques: Tips to enhance Flutter app performance include optimizing widget builds, using RepaintBoundary, ListView optimization, image caching, and async usage.
- How I Released My Flutter Web from the Existing Project with a Small Refactor: To adapt a Flutter app for web, functions using dart:io and dart:html libraries need separation. By creating separate files for platform-specific functions and using conditional imports, the app can run seamlessly on both mobile and web platforms.
- Real-Time Network Monitoring in Flutter: Guide to implement real-time network monitoring in Flutter using MethodChannels for Android and iOS.
- Chips in Flutter: Not What You Think!: Flutter's chips are compact UI elements for displaying information, input, choices, filters, and actions.
- Dio + JWT in Flutter — Solution of async hell: JWT handling in Flutter poses challenges with asynchronous HTTP requests, requiring queue-based solutions like QueuedInterceptor.
- Flutter Freezed — The complete crash course: Freezed is a code-generation tool for Dart that automates data class creation, ensuring immutability with constructors, toString, value equality, and copyWith methods, reducing manual coding efforts significantly.
- Dependency Injection in multimodule: Working with multimodule Flutter apps, managing dependency injection using GetIt and Injectable annotations.
Suggest a link for the upcoming weekly or feedback is more than welcome!
Big thanks for being part of our crew! If you liked our weekly news blast, follow us for more cool updates and exclusive stuff. Hey, why not shoot the newsletter to your friends and work buddies? Catch you next week!
LinkedIn & Github & Medium/dev.to: @jamescardona11