18 articles

📰 Dev.to · Anurag Dubey

Articles from Dev.to · Anurag Dubey · 18 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10416) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Flutter Interview Questions Part 4: Networking, Storage & Testing
Dev.to · Anurag Dubey 3w ago
Flutter Interview Questions Part 4: Networking, Storage & Testing
Welcome to Part 4 of the Flutter Interview Questions series! This installment dives deep into three...
Flutter Interview Questions Part 3: State Management Deep Dive
Dev.to · Anurag Dubey 3w ago
Flutter Interview Questions Part 3: State Management Deep Dive
Welcome to Part 3 of the Flutter Interview Questions series! State management is arguably the most...
Flutter Interview Questions Part 2: UI Widgets & Layouts
Dev.to · Anurag Dubey 3w ago
Flutter Interview Questions Part 2: UI Widgets & Layouts
Welcome to Part 2 of the Flutter Interview Questions series! Now that you have the Dart and Flutter...
Flutter & Dart Basic Interview Questions
Dev.to · Anurag Dubey 3w ago
Flutter & Dart Basic Interview Questions
If you’re preparing for a Flutter interview and not sure where to start, this series is for you. In...
The Hidden Gem of Flutter Lists: Unlocking scrollable_positioned_list's Superpowers
Dev.to · Anurag Dubey 2mo ago
The Hidden Gem of Flutter Lists: Unlocking scrollable_positioned_list's Superpowers
As Flutter developers, we've all faced the common challenge: building lists that need more control...
Backend-Driven Localization in Flutter: A Production-Ready Implementation Guide
Dev.to · Anurag Dubey 3mo ago
Backend-Driven Localization in Flutter: A Production-Ready Implementation Guide
Every app that goes global faces the same challenge: how do you update translations without forcing...
How to Request Admin Permissions in Flutter: Complete Implementation Guide
Dev.to · Anurag Dubey 7mo ago
How to Request Admin Permissions in Flutter: Complete Implementation Guide
Building a parental control app, enterprise security solution, or device management tool? Learn how...
Building Custom Platform Channels in Flutter: A Complete Guide to Native Integration
Dev.to · Anurag Dubey 7mo ago
Building Custom Platform Channels in Flutter: A Complete Guide to Native Integration
As Flutter developers, we often reach a point where the existing plugin ecosystem doesn't quite meet...
Implementing Offline-First Architecture in Flutter: Part 2 - Building Sync Mechanisms and Handling Connectivity Changes
Dev.to · Anurag Dubey 8mo ago
Implementing Offline-First Architecture in Flutter: Part 2 - Building Sync Mechanisms and Handling Connectivity Changes
Welcome back to our Flutter offline-first architecture series! In Part 1, we laid the foundation for...
Offline-First Architecture in Flutter: Part 1 — SQLite Local Storage and Conflict Resolution
Dev.to · Anurag Dubey 8mo ago
Offline-First Architecture in Flutter: Part 1 — SQLite Local Storage and Conflict Resolution
Building robust mobile apps that work seamlessly regardless of connectivity Picture this: You're on a...
Building Smarter and More Efficient Flutter Apps with Foundation Constants for Debug, Release, and Platform Optimization
Dev.to · Anurag Dubey 8mo ago
Building Smarter and More Efficient Flutter Apps with Foundation Constants for Debug, Release, and Platform Optimization
Flutter development can sometimes feel overwhelming, especially when you're juggling code that needs...
How to Write Professional Code Comments: A Beginner's Guide to Better Code Documentation
Dev.to · Anurag Dubey 8mo ago
How to Write Professional Code Comments: A Beginner's Guide to Better Code Documentation
Code comments are one of the most important skills every developer must master, yet they're often...
Understanding AbsorbPointer and IgnorePointer in Flutter
Dev.to · Anurag Dubey 8mo ago
Understanding AbsorbPointer and IgnorePointer in Flutter
Have you ever built a Flutter app where tapping on a loading overlay accidentally triggered buttons...
Building a Powerful Custom Calendar Widget in Flutter: From Scratch to Production
Dev.to · Anurag Dubey 8mo ago
Building a Powerful Custom Calendar Widget in Flutter: From Scratch to Production
Are you tired of the limitations of Flutter's default calendar widgets? Want to create a fully...