1 day ago • Flutter

What projects are you currently building with Flutter? 

13 days ago • Flutter

How would you rate your Flutter expertise? 🤔 

Beginner

Intermediate

Advanced

9K votes

3 weeks ago • Flutter

Dart and Flutter GDE Raouf Rahiche joins our very own Craig Labenz tomorrow at 9 AM PT, to discuss the power of image filters ↓ 

Image filters | Observable Flutter #53

Flutter

Streamed 3 weeks ago • 9,992 views

3 weeks ago • Flutter

✨ Unlock the power of Dart code snippets in VS Code →  https://goo.gle/3C8y5tm  

These handy little shortcuts help you write boilerplate code faster. Type a snippet prefix, and VS Code will auto-complete it for you. 

Use this IDE trick to save time writing Dart code: Snippets

Flutter

4 weeks ago • 18,942 views

1 month ago • Flutter

MediaQuery is an InheritedModel, meaning your app can listen for changes to Media properties like window size, without triggering unnecessary rebuilds.

This happened because of a pull request from December 2022, and is just one example of how the community helps us make amazing improvements to Flutter! 

MediaQuery as InheritedModel | Behind the PR

Flutter

1 month ago • 8,439 views

1 month ago • Flutter

💡 Building a static site with Static Shock can help your website handle a giant influx of users.

Craig Labenz is joined by Matt Carroll to discuss his latest project — an all-Dart static site generator — in the full livestream  ↓ 

Static site generation with Static Shock | Observable Flutter #48

Flutter

Streamed 3 months ago • 16,163 views

1 month ago • Flutter

Watch Craig Labenz as he dives into Rive for the first time.

Did he successfully create and run a custom animation? Watch the recording to find out.  ↓ 

Exploring Rive | Observable Flutter #51

Flutter

Streamed 1 month ago • 15,309 views

1 month ago • Flutter

Building adaptive Flutter apps? 

Here's why you should be using MediaQuery's property-specific static methods like MediaQuery.sizeOf instead of MediaQuery.of(context).size => 

Learn more in this week’s Technique of the Week video ↓ 

MediaQuery.propertyOf (Technique of the Week)

Flutter

1 month ago • 39,622 views

2 months ago • Flutter

🎉 Swift Package Manager is coming to Flutter, and with it, two major benefits:
1.  Plugins will be able to leverage the growing ecosystem of Swift packages.
2.  A simplified Flutter installation process. 

Swift Package Manager is coming to #Flutter 3.24

Flutter

2 months ago • 10,857 views

2 months ago • Flutter

When you're working with bytes in Dart, try using Uint8List for memory and performance improvements. 💡

You'll save precious time with Uint8List, a fixed-length list of unsigned 8-bit integers. Learn more ↓ 

Uint8List (Technique of the Week)

Flutter

2 months ago • 37,498 views