Flutter February 2024 💙 Flutter Monthly

Yii Chen
Flutter Taipei
Published in
15 min readMar 2, 2024

Let’s dive into Flutter world!

GDE

Mikhail Zotyev

https://twitter.com/MbIXJkee/status/1753434801346957693

Codefarm

https://twitter.com/mastersam_/status/1752828086083600873

Dart & Flutter Update

Dart

  • Extension Types
  • JavaScript Interop
  • Improved Browser Libraries & Get Ready for WebAssembly

Flutter Roadmap

Flutter Framework

flutter upgrade

Chinese version ⬇️

Google AI Dart SDK

import 'package:google_generative_ai/google_generative_ai.dart';

const apiKey = ...;

void main() async {
final model = GenerativeModel(model: 'gemini-pro', apiKey: apiKey);

final prompt = 'Write a story about a magic backpack.';
final content = [Content.text(prompt)];
final response = await model.generateContent(content);

print(response.text);
};

Hyper Zones — Zone Tracking App

by Birju Vachhani, Saad Ardati

Pic2Plate: Crea aplicaciones con IA con Flutter y Gemini

by Alfredo Bautista Santos

I built my first generative AI app using Gemini and Flutter

by Mangirdas Kazlauskas

Flutter user survey: Q1 2024

by Flutter

Go fill out the survey!

Integrating Gemini AI with Flutter

by Very Good Ventures Team

Twodos Onboarding Animation

by Kostia Sokolovskyi

Full Stack Flutter with Serverpod mini

by Tyler Codes

Mobile Tech Stack at Tide 💙 Anna and Oleksandr Leushchenko 💙 Flutter Global Summit’24

by Anna Leushchenko 👩‍💻💙📱🇺🇦, Oleksandr Leushchenko

How to implement Google sign-in on Flutter with Supabase on iOS, Android and the Web

by Tyler Shukert

February 2024: Auto-testing in App Distro, Flutter speedups, Firestore GA&Crashlytics improvements

by Firebase

Smoke simulation in Flutter with flutter_processing

by Rutvik Tak

From Good to Great: How Adopting SOLID Principles Can Save Your Flutter App from Disaster

by Tomic Riedel

7-segment LED display

by Marco Bavagnoli

More than 50k packages on pub.dev

Being Full Stack developper with Flutter

by @SumsaFabrice, Serverpod, Viktor Lidholt

Custom Slider

by Sanjay Soni

Flutter(Dart)コンストラクタについて

by @otome0927@github(M T)

Exploring Accessibility and Digital Inclusion with Flutter

by Very Good Ventures Team

Google #Gemini to the Article Idea Generator

by Jamiu, @_olanetsoft

Dart 3.3で導入したextension typeの解説

by Cat_sushi(Katsushi Yako)

Stockholm-based Serverpod secures €1.7 million to remove barriers for faster app development

Serverpod

https://www.eu-startups.com/2024/02/stockholm-based-serverpod-secures-e1-7-million-to-remove-barriers-for-faster-app-development/

Ambassadors Workshop Signup

by FlutterFlow

Book — Flutter Apprentice

by Stef Patterson, Vincent Ngo, Alejandro Ulate Fallas, Kevin D Moore

Getting started with Serverpod mini

by Serverpod

Have assets that are only used in a specific flavor in your app

by Andrea Bizzotto

https://twitter.com/biz84/status/1760677176339509733

Reimagining FlutterFire: Transforming a critical piece of the Flutter ecosystem

by Invertase

Announcing the judges for the #GlobalGamers Challenge

by Flutter

Figma clone using Flutter and Supabase

by Tyler Shukert

How to run a Very Good app development team

by Very Good Ventures Team

Messaging in Flutter

by Gonçalo Palma

Looking forward to meeting you in the future.

by Matt Carroll

Get familiar with test automation for Flutter apps.

by Andrew Kelly

Test automation tools: An experienced insight.

by Andrew Kelly

Sprite Modeller

by Paul Thomas

Flutter + Google AI Dart SDK project

by Mangirdas Kazlauskas

Dash with Rive

by Nergis Kuru

Flutter on Raspberry PI — Inky phat — Snapp-embedded

by Sumith Damodaran Parambat

Understanding Impeller: A deep-dive into Flutter’s Rendering Engine

by Tomic Riedel

Flutter Projelerinde Google Haritalar İşaretleyiciler ve Yol Tarifleri (Türkçe)

by Kadriye Macit

Stardustry (Flame Game)

by Erick

Animation — Text Shimmer Wave

by tomiwa

Dash Collection

by Fabian Varela Bonett

https://twitter.com/fabianvarelab/status/1758566984495550647

Visualizing the Material3 durations in Flutter by spinning Codemagic logo

by Taha Tesser

How to Speed Up Flutter App Localization With AI

by LeanCode

Apple Translate Text Animation

by Raouf Rahiche

Helps summarize news content using generative ai package!

by czar

How to Speed Up Flutter App Localization With AI

by LeanCode

Flutter UI challenge: rotary passcode (animations)

by Mangirdas Kazlauskas

Building a Flutter SDK: Breaking Down a Flutter Package — Part One

by Deven Joshi

Observable Flutter #36: Google AI Dart SDK!

by Flutter

Right to Left (RTL) in Flutter App — Developer’s Guide

by LeanCode

Building High-Quality Production Flutter App: A Complete Guide to Flutter Remote Logging with GCP Cloud Logging

by Eternity (Isaac Adariku)

How FlutterFlow Uses FlutterFlow

by FlutterFlow

MagiScan AI 3D Scanner app

Superlist 1.0 — the new home to all your lists.

It’s time for the NATIVE mobile development to end?

by Michael Szczepanik

Become the top 100 contributors for Flutter with Taha Tesser

by Majid Hajian, Taha Tesser

Flutter Global Gamers Challenge — Recycling Vin

by Roman Jaquez

Flutter on a flip phone

by Roman Jaquez

Extreme UI Adaptability in Flutter — How Google Earth supports every use case on earth

by Craig Labenz

Building a Flutter-themed game for #visionOS

by Roman Jaquez

Accessibility with Flutter: the Basics of Semantics

by PAR PAUL BRIAND

How to build a real-time multiplayer game with Flutter Flame

by Tyler Shukert

FlameCon 6: Going 3D, Riverpod and Flame, games and more

by Flame

A journaling app for the future

by Gautier

Making a Button in Enterprise Applications: A Deeper Dive

by Miller Go Dev

feedback (Package of the Week)

by Flutter

Patrol UI Testing Framework — Setup Tutorial by LeanCode

by LeanCode

Achieving a Very Good App Launch

by Very Good Ventures Team

Creating a Figma clone app with Flutter and Supabase

by Tyler Shukert

Observable Flutter #35: Writing a code generator

bt Flutter

Tetris Game by Flutter!

by Aoi.Umigishi

#flutter_deck presentations sharing

by Mangirdas

  1. Custom presentation template
  2. Interactive elements
  3. A Flame game running in one of the slides

Animation — Swipe to Pay Page

by tomiwa

Ski Master now has touch controls! (Flame)

by DevKage

Painting done on the 3D Dash!

by Roman Jaquez

https://twitter.com/drcoderz/status/1758868918146343318

Flutter APPs

by LeanFlutter

Using PostgreSQL on a Dart server

by Suragch

Macros, Static Metaprogramming, and Primary Constructors in Dart and Flutter

by Sandro Maglione

We Need To Talk About FlutterFlow

by Andrea Bizzotto

Shorebird on iOS is now beta!

by Shorebird

Gunslinger

by Dany

https://twitter.com/yasfdany/status/1762161412087156822

https://play.google.com/store/apps/details?id=dev.studiocloud.gunslinger

Dart on the Server: Exploring Server-Side Dart Technologies in 2024

by Dinko Marinac

Live Streaming & Talk

Humpday Q&A/AMA and Live Coding! :: 28th February 2024

by Flutter Community

Flutter releases their 2024 roadmap

by Matt Carroll

Humpday Q&A/AMA and Live Coding! :: 21st February 2024

by Flutter Community

Gemini & Dart

by czar

Dart on the server

by Matt Carroll

Humpday Q&A/AMA :: 14th February 2024

by Flutter Community

Humpday Q&A/AMA :: 7th February 2024

by Flutter Community

Articles

About

--

--

Yii Chen
Flutter Taipei

Flutter Lover || Organizer FlutterTaipei || Writer, Speaker || wanna make Flutter strong in Taiwan. https://linktr.ee/yiichenhi