October 2023: The Riverpod “Global” Myth, Dart Completers, Open-Source Flutter Apps, and Firebase News

A roundup of the latest Flutter news, including: Generative art with Flutter & Firebase, Firebase AI extensions, and the new Firestore Backups feature. https://codewithandrea.com/newsletter/october-2023/

Creato 1y | 19 ott 2023, 14:50:05


Accedi per aggiungere un commento

Altri post in questo gruppo

How to Release Your Flutter App on the Google Play Store

A reference guide for releasing your Flutter app on the Play Store, including app content, store listing, Android project settings, and code signing. https://codewithandrea.com/articles/how-to-release

13 gen 2025, 14:30:04 | Code with Andrea
Move Declaration to File (VSCode assist)

With VSCode, you can easily move your Dart classes and functions to a different file (this is very useful when refactoring). https://codewithandrea.com/tips/move-to-file-vscode-assist/

8 gen 2025, 13:50:05 | Code with Andrea
Using Stack and FractionallySizedBox

Here's how to overlay multiple widgets inside a Stack and constrain their size and position with Positioned and FractionallySizedBox. https://codewithandrea.com/tips/stack-fractionally-sized-box/

7 gen 2025, 10:10:03 | Code with Andrea
December 2024: Flutter 3.27 Release, Architecture Case Study, Dart Microbenchmarks, and Union Types

Also included: Dart 3.6, Flutter AI Toolkit, Flutter in Production livestream, and the latest from Code with Andrea. https://codewithandrea.com/newsletter/december-2024/

23 dic 2024, 15:10:09 | Code with Andrea
Digits Separators in Dart 3.6

Since Dart 3.6 (Flutter 3.27), you can use _ as a digits separator. This works with integers and floats, as well as custom formats (hex, scientific). https://codewithandrea.com/tips/digits-separators-

20 dic 2024, 13:10:06 | Code with Andrea
Color API Deprecations in Flutter 3.27

To support the latest wide gamut color spaces, Flutter 3.27 has deprecated some properties and methods in the Color class. https://codewithandrea.com/tips/color-deprecations-flutter-3-27/

20 dic 2024, 13:10:05 | Code with Andrea
The ListWheelScrollView Widget

If you need to select between a small list of values but have limited vertical space, you can use a ListWheelScrollView. https://codewithandrea.com/tips/list-wheel-scroll-view/

20 dic 2024, 13:10:05 | Code with Andrea