Bruce
banner
bgeerdes.bsky.social
Bruce
@bgeerdes.bsky.social
iOS & Flutter apps | Made in Colorado | vdub.software

Mastodon:
https://mastodon.cloud/@bgeerdes
My Flutter app supposedly runs on Android 5.1, which came out in March 2015. Amazing if true!
December 1, 2024 at 12:48 AM
On the subject of #flutter ChangeNotifierProviders, TIL that a Provider is not accessible to widgets on the other side of a Navigator push. Trying to access it gets a "could not find provider above this widget" error.
TIL if you want to cache and reuse a ChangeNotifierProvider, and not have it prematurely disposed and rendered useless, you should use ChangeNotifierProvider.value rather than the default constructor (with its create parameter).

pub.dev/packages/pro...
November 22, 2024 at 3:51 PM
Coding my first in-app purchase in Flutter and having my first experience with purchases of any kind in Google Play. Coming from iOS land, LOVE that a developer can issue refunds and even have control over what percentage is refunded and whether the user retains the entitlement.
November 20, 2024 at 12:48 AM
TIL if you want to cache and reuse a ChangeNotifierProvider, and not have it prematurely disposed and rendered useless, you should use ChangeNotifierProvider.value rather than the default constructor (with its create parameter).

pub.dev/packages/pro...
November 4, 2024 at 11:19 PM
Hi all! I'm a long-time iOS developer who's gotten into #Flutter this year. I've deployed one new app to Android & iOS (itsallwidgets.com/pray-the-psa...), written a second app for a client and am in the fourth week of rewriting a 11-year-old iOS app of mine in Flutter.
November 4, 2024 at 11:14 PM