Best of FlutterMarch 2023

  1. 1
    Article
    Avatar of codemagiccodemagic·3y

    Clean architecture explored

    Clean architecture explored by Jahswill Essien and Robert Martin. Clean architecture was proposed by Robert C Martin and relies heavily on the SOLID principles. It follows the principle of the design principle by introducing four layers of design. Separation of concerns is introduced by introducing distinct layers of concerns.

  2. 2
    Article
    Avatar of flutterFlutter·3y

    Flutter in 2023: strategy and roadmap

    A guide to the strategy and investments planned for Flutter in 2023.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Simple Login App with Flutter

    Learn how to build a simple login app using Flutter. The article covers prerequisites, project creation, running the app, removing comments, changing the app name, building the app, and navigating on login. Additional features that can be added to the login app are suggested.