Best of FlutterFebruary 2024

  1. 1
    Article
    Avatar of supabaseSupabase·2y

    Build a content recommendation app with Flutter and OpenAI

    Learn how to create a Flutter movie-viewing app that recommends another movie based on what the user is viewing using a vector database and Open AI.

  2. 2
    Article
    Avatar of flutterdevsFlutterDevs·2y

    Vibration In Flutter

    Learn how to implement OnTap vibration in your Flutter App using the HapticFeedback class and Vibration package.

  3. 3
    Article
    Avatar of flutterdevsFlutterDevs·2y

    Explore Focused Pop-Up Menu In Flutter

    Learn how to create a focused pop-up menu in Flutter using the 'focused_menu' package. Implement it on a grid view to display a list of decisions or actions in your Flutter app.

  4. 4
    Article
    Avatar of medium_jsMedium·2y

    Sharing Flutter’s 2024 roadmap

    Flutter shares its 2024 roadmap, aiming to create the most popular and productive multi-platform UI framework. The roadmap may change over time. The community's support is greatly appreciated.

  5. 5
    Article
    Avatar of medium_jsMedium·2y

    What’s new in Flutter 3.19

    Flutter 3.19 brings new features and improvements including the Gemini API for generative AI, scrolling improvements, AnimationStyle widget, and adaptive switch. It also includes updates to Impeller, deep linking support, and Windows Arm64 support.

  6. 6
    Article
    Avatar of medium_jsMedium·2y

    Starting 2024 strong with Flutter and Dart

    Announcement of Flutter and Dart's quarterly SDK releases, introduction of the Google AI Dart SDK for building generative AI-based features, and highlights of the Flutter 3.19 and Dart 3.3 releases.

  7. 7
    Article
    Avatar of medium_jsMedium·2y

    Getting started with Serverpod mini

    Serverpod mini is a lightweight version of Serverpod that does not require external dependencies. It can be installed by running a command and creating a new project. Models can be defined in YAML files and converted to Dart classes. Methods can be added to the server by extending an endpoint class. The server methods can be called from the Flutter app.

  8. 8
    Article
    Avatar of flutter_comFlutter Community·2y

    Building a Flutter SDK Part 1: Breaking Down a Flutter Package

    Learn about building a Flutter package and the importance of understanding its individual parts and files.