Flutter Widget Test Wrapper
When testing a widget, it needs to run in the correct environment, otherwise unrelated errors may occur. The Widget’s Test Environment Different widgets ha...
When testing a widget, it needs to run in the correct environment, otherwise unrelated errors may occur. The Widget’s Test Environment Different widgets ha...
As part of the lead up to Flutter Forward, Very Good Ventures and the Flutter team have released the Holobooth app, along with a blog post describing how it ...
As part of the lead up to Flutter Forward, Very Good Ventures and the Flutter team have released the Holobooth app, along with a blog post describing how it ...
After reading A pragmatic guide to BuildContext in Flutter, I thought I’d ask ChatGPT to generate a blog post to see what it can come up with. Here’s what i...
I’ve just finished reading A pragmatic guide to BuildContext in Flutter, and these are my take aways. Also, read the article, it goes into more depth, and e...
A problem (and solution) encountered while trying to restrict Google Cloud API keys for a Flutter app. Restricting GCloud Keys Google Cloud allows you to r...
Getting Google Sign-in working with Flutter Web I have a Flutter app that uses Firebase-Auth and Google Sign-in for authentication. It works on Android and ...
Last year I took a quick look at Flutter, and decided to keep an eye on it and see how it matures. Here are my current thoughts. Flutter Since my first lo...
Flutter? I’ve been seeing Flutter in my news feeds since Google announced it’s in beta. So I thought it was worth taking a cursory look; watching a few vid...