Flutter July 2024 💙 Flutter Monthly
Let’s dive into Flutter world!
Flutter CTO Report 2024
1. Interview: Craig Labenz & Łukasz Kosman — The Future of Flutter
of Flutter CTO Report 2024
Chinese version (by Hamber)
https://j08v3n7cqq.feishu.cn/wiki/DyHyw6nc7i6FiekDLbCcrwzWnNd
AI generated UI — Private Preview Waitlist
by Flutter
Static site generation with Static Shock | Observable Flutter #48
by Flutter, Matt Carroll
Rewriting freezed with Macros | Observable Flutter #47
firebase_vertexai (Package of the Week)
by Flutter
Future.wait (Technique of the Week)
by Flutter
GDE
Levent Kantaroglu
Obum
𝟮𝟬𝟮𝟰 𝗦𝘁𝗮𝗰𝗸 𝗢𝘃𝗲𝗿𝗳𝗹𝗼𝘄 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿 𝗦𝘂𝗿𝘃𝗲𝘆🚀
- 6% of developers use Dart
- 9.4% use FlutterDev
Build an Uber clone with Flutter and Supabase
Deploy a Flutter Web Application Using AWS Amplify
Flutter List with Motion Blur and some Distortion effect
Integrating Multiple Analytics Services in Flutter: The Modular Way
Ripple Animation In Flutter
by Shaiq Khan
Journal/diary app called Bloom
by Nzeh
Simple RFW editor for Flutter
by Rody Davis
1st FlutterVienna Hackathon: Play with Flutter!
Interacting with AI using infinite canvases and mind maps to shape ideas and get an overview of a topic.
Understanding InheritedModels on an example of a MediaQuery
“const” in Flutter
by MatanLurey
Coverflow carousel recreated using Flutter
by Tomiwa
Explored Flutter for creative coding, and using algorithms for various art techniques
by Roaa Khaddam
A flutter project demonstrating a stacked card with a spring animation
July 2024: Flutter CTO Report, FlutterCon Takeaways, Interviews from Google I/O, Rewriting Freezed with Macros
How to choose the proper architecture for a Flutter app?
Another practice macros for FlutterDev’s SharedPreferences
A new glitch transition effect by using shader
Project Miniclient — Introduction
by Oleksandr Leushchenko, Tide Engineering
AI feature at Supabase with Flutter
by Majid Hajian, Tyler Shukert
Fun little Flutter project
by Manny Moin
Draw and guess project with Flutter and Firebase
by Ifeanyi
Flutter Ninjas Conference Vlog | Tokyo, Japan | Conference Speaker
Flutter Unit Testing: Understanding setUp() and setUpAll()
by Dhrumil Shah
Making a Flutter app to debug my pathfinding library!
by Matan Lurey
3Dd modeled, 3D printed and hand-painted for FlutterConfLATAM24
by Roman Jaquez
What’s Next for Flutter After Layoffs Hit Google Team
Flutter — Smooth switching between chat keyboard and panel
by LinXunFeng
Enums on Steroids with Dart. Best Enum features ever!
Migrating A Flutter Application From GetIt To Bloc
by tomerpacific
Chat App w/ Notifications • Flutter Masterclass
by Mitch Koko
Flutter Form Validation — Beyond Basics
by Payam Zahedi
flutter_custom_visuals for shader
flutter_robot is great idea to test your pages!
RFC: Postgres vector support
by Serverpod
Adding AR features to the board game “Into the Googleverse”
by Roman Jaquez
Flutter Gooey Blobs
by Rutvik Tak
LG webOS Hackathon 2024
by LG
Flutter Adaptive Theming Guide
Flutter Full Stack App Development Course With Django and Backend
by dbestech
Ensuring Consistent and High-Quality Code In Dart and Flutter Projects Through Continuous Integration (CI)
by Majid Hajian
“Lucky Flutter” — built with Flutter and Firebase for the hosting and lever triggering
by Roman Jaquez
Build a Flappy Dash Game Using Flutter and Flame (E01: Overview)
by imaN NeO
Enable “Show layout bounds” in the developer settings to know if an app is made using Flutter or not
Left is Flutter. Because Flutter uses a canvas to render.
Enhance Your Macros: Pass Type to Macro Classes
Experimenting with something close to DartPad and are thrilled to introduce CodePad, a DartPad alternative.
by czar, Dart Mind
Building a multiplayer quiz game with Serverpod
by Ökkeş Aksoy.
Use Flutter to create a voice assistant (Chinese)
by zonble
Make Your Macros: Step-by-Step Guide for Flutter Macros
How we developed a scalable, incredibly fast crossword generator
FlameEngine game using on the Steam deck
by Erick
Transitioning to work a Flutter project mainly for large screens
by enoch_aik
Now Figma provides Material 3 Design Kit components with just drag and drop.
by Taha Tesser
Interview: Viktor Lidholt & Łukasz Kosman — Can Dart be truly full stack?
Animated Mesh Gradient in Flutter
Master Flutter UI | Let’s Build Fintech Mobile App (Part 1)
Minimap made with Dart & Flutter
Flutter — Supports observing NestedScrollView, with greater compatibility 😈
by LinXunFeng
Check out Retro app welcome screen made with Flutter
Implementation of mesh gradients in fullscreen on Mac
by Renan
Video Editor in Flutter
by Ansh Rathod
Everything You Always Wanted to Know About HttpClients
App of the Year award in South Africa
by Elton Fasser
Verlet integration based physics engine
You can now run Signals in DartPad!
by Rody Davis
Understanding Composited Layers to improve the performance of Flutter apps
Flutter with GraphQL : Part 1 Introduction to GraphQL
Various Dart & Flutter packages to work with Apple’s PassKit
Conference & Meetup
FlutterFlow Developers Conference 2024
by FlutterFlow
Fluttercon Europe 2024
Photos
Slides & Videos
Flutter Conferences 2024: Must-Attend Events for Flutter Devs!
by LeanCode
Live Streaming & Talk
Using Dart to generate blogs, docs, landing pages, and more!
by Matt Carroll, Ray Li
Humpday Q&A/AMA and Live Coding! :: 24th July 2024
Create Flutter slides with flutter_deck ft Mangirdas
by Matt Carroll, Ray Li
Humpday Q&A/AMA and Live Coding! :: 17th July 2024
Shorebird AMA | July 16, 2024
by Shorebird
Did you go to FlutterCon? Tell us how it went!
by Matt Carroll, Ray Li
Humpday Q&A/AMA and Live Coding! :: 10th July 2024
All the #FlutterDev’s who weren’t cool enough for FlutterCon
by Matt Carroll, Ray Li
Packages
jaspr_serverpod
by jaspr, Serverpod
Serverpod integration for jaspr.
http_get_cache
by Rody Davis
import 'package:http_get_cache/http_get_cache_flutter.dart';
void main() async {
...
await initFlutterHttpGetCache();
// Create a new HTTP Client
final client = httpClient();
// Future<StreamedResponse>
final res = await client.send('...');
// Stream<StreamedResponse>
final res = await client.stream('...');
}
ticking_widget 1.0.0
TickingWidget(
mode: TickingMode.second,
builder: (context, now, child) => Text(
DateFormat('hh:mm:ss a').format(now),
),
)
flutter_remote_display 0.1.0
- ESP32 running Flutter UI
- Bi-directional events and gesture control
Other Articles
- Flutter June 2024 💙 Flutter Monthly
- What can I do with “Extension Types” in Dart?
- Flutter May 2024 💙 Flutter Monthly
- Flutter April 2024 💙 Flutter Monthly
- How to implement Shorebird Code Push in Flutter?
- Flutter March 2024 💙 Flutter Monthly
- Flutter February 2024 💙 Flutter Monthly
- Flutter January 2024 💙 Flutter Monthly
- Use Dart 3 to Improve Development Skills. More Examples and Tips.
- Flutter December 2023 💙 Flutter Monthly
- Flutter November 2023 💙 Flutter Monthly
- Get Familiar with Dart 3, Make your Life Easier!
- Flutter October 2023 💙 Flutter Monthly
- Flutter September 2023 💙 Flutter Monthly
- Flutter August 2023 💙 Flutter Monthly