Best of FlutterFebruary 2023

  1. 1
    Article
    Avatar of supabaseSupabase·3y

    How to build a real-time multiplayer game with Flutter Flame

    Learn how to build a real-time multiplayer game with Flutter and Flame, using Supabase's real-time features for communication between players.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    10 Best Practices for Flutter in 2022

    Learn about best practices for Flutter development in 2022, including refactoring code into widgets, making the build function pure, using state management, defining a theme, following the effective Dart style guide, selecting packages carefully, using async/await, using MediaQuery/LayoutBuilder wisely, using streams only when needed, and using the const keyword whenever possible.

  3. 3
    Article
    Avatar of flutterdevsFlutterDevs·3y

    Flame with Flutter

    This post introduces the Flutter Flame game engine, explains how to build a Flutter Flame game and install Flame. It also provides an overview of Flutter and Dart.

  4. 4
    Article
    Avatar of ds_centralData Science Central·3y

    Guide to Best Flutter State Management Libraries for 2023

    Flutter is a cross-platform framework that allows users to create native mobile applications using a single codebase. It integrates Material Design and Cupertino widgets and offers various state management libraries for developers.