Brad
The simple way to fix it:(although this may make new bugs) The video explaining why you need to fix (6 minutes) use_build_context_synchronously But what happens if you don’t fix it? That’s the hard to test… … Read more
3 years ago in Development, flutter0
Brad
If you want to get involved in open source and give a little back to the people that make all those great flutter packages then migrating a package to null safety is simple and easy… … Read more
3 years ago in Development, flutter0
jpluimers
A while ago, I got reminded of a few occurrences of Delphi apps hanging after a little less than 2 months of being active. It does not happen that often, as usually Patch Tuesday requires… … Read more
3 years ago in Delphi, Development, Software Development0
Brad
If you get this email form Apple for your Flutter application it is safe to ignore. We identified one or more issues with a recent delivery for your app, Your delivery was successful, but you… … Read more
3 years ago in Development, flutter0
Brad
I’m not sure if I just stared getting this in my new version or Sentry got better and just started to report it. Time to deep dive on some bug triage. The post EXC_BAD_ACCESS FlutterViewController appeared… … Read more
3 years ago in Development, flutter0
Brad
Getting feedback on an app is notoriously difficult. Users will uninstall for no know reason, they are also unlikely to leave a review. Previously I posted about using Sentry to uncover errors which can help… … Read more
3 years ago in Development0
jpluimers
Subtitle: GetFullPathName thread-unsafety because of SetCurrentDirectory isn’t, so derived functions (like Delphi GetDir/ChDir/TPath.GetFullPath, or .NET System.IO.Path.GetFullPath) are not thread-safe either (via The Old New Thing) A while ago I got a big reminder because of [Wayback]… … Read more
3 years ago in Delphi, Development, pascal, Software Development, Turbo Pascal, Windows Development0
jpluimers
Earlier this year, [Wayback/Archive] Lars Fosdal posted a long thread about Embarcadero/IDERA software quality and one special person trying to offset the lack. It is important not just because of his opinion, but also because Lars posts… … Read more
3 years ago in Delphi, Development, Software Development0
Brad
Here’s a really simple example of Sentry using Flutter. When you run it with your API key you will get an email as follows. As well as it will show on the dashboard, mine took… … Read more
3 years ago in Development, flutter0
Brad
Just go learn Pinia. It’s pleasant and fun, all the things I wish Vuex was. Not knocking Vuex they did the best with what that had, but Vue 3and Pinia makes me sad for all… … Read more
3 years ago in Development, vue0
Brad
I was trying to load images in Vue3 the same way I had in prior version as well as how Astro works. So it appears that’s not going to work any more. This was added… … Read more
3 years ago in Development, vue0