ARTICLES

Flutter: Build a responsive design
Collins Olokpedje wrote an extensive article on how to attain responsiveness in flutter and avoid overflow errors in your UI.

Ubuntu 23.04 Lunar Lobster scuttles into public view • The Register
Flutter powered installer as one of the star features of this epic Ubuntu release!

Why we chose Flutter for the Rive GameKit
The Rive GameKit for Flutter is the first product to take advantage of the Rive Renderer. It's available now as a technical preview.

How to Use Mixin to Create Reusable Multi Selection Logic
We use lists everywhere, & sometimes we need to perform single or multiple selections on those lists. In this blog, Burhanuddin Rashid shows how to use mixins to create reusable multiple selection logic.
What are golden tests and when to use them (app automated testing 101) | by Max Zimmermann | Apr, 2023 | Medium
Max Zimmermann explains what golden testing is and how it can be used for app development to ensure consistent UI appearance across different devices and platforms. He highlights the advantages and disadvantages of using golden testing and when to use it. While golden testing is a powerful technique, it requires time to set up and maintain tests and has a limited scope. However, it is useful for catching visual regressions early in the development cycle and verifying the app's appearance on different device sizes.
Avoid these common Flutter mistakes with DCM | DCM
The article discusses the benefits of using DCM (formerly Dart Code Metrics), a static analysis tool, in Flutter development. It explains that static analysis is the automated analysis of source code without executing the application and how DCM works. The article also highlights common mistakes in Flutter development and how DCM can help detect them. It concludes by emphasizing the importance of using automated checks to save time and validate issues.
VIDEOS

How to build a RenderObject - YouTube
The Flutter Build Show teaches viewers how to build specific RenderObject
s in Flutter. RenderObject
handle sizing, layout, painting, and semantics from one frame to the next, as they are highly mutable and stay alive throughout the app.

GAMESTREAM - A FLUTTER MULTIPLAYER GAME ENGINE - YouTube
🎮 GAMESTREAM is an exciting multiplayer shooting game built with the flutter framework. 🔫 Players get to pick weapons, powers, and traverse the map to kill enemies and gain points. 🎉 The goal is to become the player with the highest score.
PODCASTS

Flying High with Flutter: API Dash - Flying High with Flutter #107 on Apple Podcasts
Hi everyone! We had a great time with Ankit Mahato. Ankit is the Co-founder of foss42, an award-winning modern API tooling for mobile and web app developers. Ankit will share with us about API Dash a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate Dart code on the go.
TOOLS AND LIBRARIES

aws-amplify/amplify-flutter: A declarative library with an easy-to-use interface for building Flutter applications on AWS.
A declarative library with an easy-to-use interface for building Flutter applications on AWS. - GitHub - aws-amplify/amplify-flutter: A declarative library with an easy-to-use interface for buildin...

How to know if a mobile app is made with Flutter? - DEV Community
Have you ever wondered, how to know if a mobile app is made with Flutter?
DISCUSSIONS
I created my personal website using Flutter, and I would love your feedback and thoughts on how to improve it. 😊 : FlutterDev
👋 Hi everyone, 🚀 I'm excited to share with you my personal website project, which I've created using Flutter! It's now available as an open-source project on GitHub, and I would love your feedback and thoughts on it. ðŸ’
I made an app for a sports team.... Its hard! : FlutterDev
I play ultimate frisbee and last year my local team was going to the world championships and wanted a tool that would help them track player wellness during the week long event. I made an app in a couple of weeks but it was not good... Many bugs and it looked terrible.