Best of FlutterJanuary 2023

  1. 1
    Article
    Avatar of flutterFlutter·3y

    What’s new in Flutter 3.7

    The team is pleased to announce that the new Impeller rendering engine is ready for preview on iOS on the stable channel. For all platforms, you can define a Material Design menu that provides cascading menu bars. The DevTools Memory debugging tool has undergone a complete overhaul. There are three new feature tabs, Profile, Trace and Diff.

  2. 2
    Article
    Avatar of pointerPointer·3y

    localsend/localsend: An open source cross-platform alternative to AirDrop

    This app allows you to send files and messages over the local LAN network. No internet required, no external servers needed. Screenshots Protocol Devices communicate with each other using a REST API.

  3. 3
    Article
    Avatar of flutter_comFlutter Community·3y

    Rive and Flutter: A Match Made in Animation Heaven — Episode 1

    Rive and Flutter: A Match Made in Animation Heaven is a tutorial series on how to build an animated app with Rive. In the first episode, we will start by setting up a Flutter project and integrating Rive into it. We will use Rive’s powerful design tools to create beautiful background animations using shapes.

  4. 4
    Article
    Avatar of phProduct Hunt·3y

    Nowa - Create stunning flutter apps in record time

    Nowa was hunted by Ludovica Palio in Design Tools. Made by Raed Abdallah and Anas Alsalhi. Featured on January 18th, 2023. Nowa is not rated yet.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Architect your Flutter app the clean way with BLoC

    For front-end apps, we need to handle three things mainly: what the user interacts with, the logic performed by the app, and fetching data used in the app. BLoC is the cornerstone of this architectural style, it will basically take “Events” from the user in the UI, then perform some logic.

  6. 6
    Article
    Avatar of flutter_comFlutter Community·3y

    VS Code for Flutter hacks that will blow your mind

    Visual Studio Code (VSCode) is a highly customizable editor that offers a wide range of useful extensions. The hacks mentioned in this post are specific to Flutter, they can also be applied to other programming languages and frameworks in general. Here are the 4 ultimate vscode hacks to make you highly productive at work.