Best of FlutterJune 2023

  1. 1
    Article
    Avatar of flutterdevsFlutterDevs·3y

    Flutter: Building UI with Machine Learning capabilities

    Machine Learning is a field of study that allows computers to learn without being explicitly programmed. Flutter is an open-source UI framework developed by Google for building cross-platform apps. It allows developers to create beautiful and performant apps for multiple platforms using a single codebase.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Build a custom carousel in Flutter

    This article will show you how to build your own carousel for maximum flexibility. Flutter’s widget can be used to create a scrolling list of pages. Each page can be any widget, created on demand using the builder callback.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Custom Widget in Flutter

    In Flutter, a custom widget refers to a user-defined widget that encapsulates a specific set of functionalities or visual representations. Custom widgets allow developers to create reusable UI components that can be used throughout the application. They also promote code re-usability and enhance the maintainability of your Flutter applications.

  4. 4
    Article
    Avatar of flutterdevsFlutterDevs·3y

    Flutter 3.10 — What’s New In Flutter

    Three months ago Google I/O, the Flutter group reported Flutter support for Windows. Today, we are eager to report that Flutter is presently stable for macOS and Linux, notwithstanding Windows! In this article, we will explore Flutter 3.10 — What’s New In Flutter.10.