Best of FlutterDecember 2023

  1. 1
    Article
    Avatar of shiftmagShiftMag - Insightful Engineering Content·2y

    Why use Flutter in 2024

    Flutter is an open-source framework that offers high-performance app development, rapid iteration with hot reload, and a thriving community. It excels in networking and custom UI applications, IoT projects, and MVP development. Flutter is a good choice for streamlining development and reducing workload, and it has been continuously enhanced with new features and capabilities. However, it still has some limitations compared to well-established web development frameworks.

  2. 2
    Article
    Avatar of codewithandreaCode with Andrea·2y

    GitHub Copilot: Tips and Tricks for Flutter Devs

    GitHub Copilot is an AI assistant that can auto-complete code in the VSCode editor. This post explores the usefulness of Copilot for Flutter developers and its limitations.

  3. 3
    Article
    Avatar of codewithandreaCode with Andrea·2y

    Flutter Deep Linking: The Ultimate Guide

    This article provides a comprehensive guide to deep linking in Flutter. It explains what deep links are and how they work in the context of mobile apps. The article discusses the different types of deep links and guides readers through the setup process on both Android and iOS. It also covers how to handle deep links in Flutter using the GoRouter package. The article concludes with additional topics and tools related to deep linking in Flutter.