Best of FlutterAugust 2023

  1. 1
    Article
    Avatar of googledevsGoogle Developers·3y

    Introducing Project IDX, An Experiment to Improve Full-stack, Multiplatform App Development

    Project IDX is a browser-based development experience built on Google Cloud and powered by Codey, a foundational AI model trained on code and built on PaLM 2. It’s designed to make it easier to build, manage and deploy full-stack web and multiplatform applications, with popular frameworks and languages.

  2. 2
    Article
    Avatar of verygoodventuresVery Good Ventures·3y

    Dart Frog 1.0 is here! 🎉

    Dart Frog 1.0 is the first major release of Dart Frog with v1.0.0. This release focuses on improving the developer experience with Dart Frog. Dart Frog is a fast, minimal backend framework for Dart. It can be used by any developer wanting to build a scalable backend for Dart and Flutter developers.

  3. 3
    Article
    Avatar of flutterFlutter·3y

    What’s new in Flutter 3.13

    In just the three months since our last release, we have had 724 pull requests merged and 55 community members authoring their first commit to Flutter. 2D scrolling, faster graphics, Material 3 updates and more Welcome back to our quarterly Flutter stable release, this time for Flutter 3.13.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build and Release a Flutter App in Google Play

    Flutter's framework allows developers to build beautiful user interfaces, deliver native performance, and streamline development. In this tutorial, I will walk you through building and releasing a Flutter app on the Android platform. You can follow along with this tutorial and release your own app based on what you build.

  5. 5
    Article
    Avatar of asayerasayer·3y

    Shimmer Loading Effects in Flutter

    Shimmer loading effects are a way to provide visual feedback to the user while content is being loaded. They are often used as placeholders while data is fetched from a remote server, or a local database is being queried. This article will show you how to implement the shimmer effect in a Flutter application.