Best of FlutterMarch 2024

  1. 1
    Article
    Avatar of medium_jsMedium·2y

    Flutter takes the stage at GDC

    Flutter made its debut at the Game Developers Conference (GDC) in San Francisco, showcasing the progress made in building games with Flutter. Over 15,000 new mobile games have been developed using Flutter in the last year. Flutter offers advantages for 2D casual games, such as being open-source, having a rich plugin ecosystem, and supporting cross-platform deployment. The future of Flutter game development includes expanded resources, smoother deployment on various platforms, and exploration of 3D capabilities.

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

    How to Publish your Flutter Web Apps on GitHub Pages for Free

    This post provides a simple workflow for deploying Flutter web apps using GitHub Pages. It explains how to set up the source repo, deploy the app, and configure GitHub Pages. It also describes how to scale up the deployment for multiple apps using a monorepo.

  3. 3
    Article
    Avatar of medium_jsMedium·2y

    Flutter Push Notification with OneSignal

    Learn how to integrate push notifications in your Flutter app using OneSignal. OneSignal is a popular service that allows sending push notifications to users via web and mobile apps. The post provides step-by-step instructions for setting up OneSignal for both iOS and Android platforms.

  4. 4
    Article
    Avatar of itnextITNEXT·2y

    Flutter: Modularized Dependency Injection

    Learn about the benefits of modularization in a Flutter project and how to organize dependency injection. Explore examples of cross-cutting concerns in a Flutter app.

  5. 5
    Article
    Avatar of medium_jsMedium·2y

    The Right Way To Use Riverpod in Flutter

    Learn the right way to use Riverpod in Flutter, including using it as a presenter and avoiding passing excessive data across your app.