Brad
Help us work out what’s the best dad joke at our dad joke voting site. Currently the winning joke is: I know a lot of jokes about retired people, but none of them work. We’ve… – Details…
2 weeks ago in Random0
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… – Details…
3 weeks 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… – Details…
3 weeks 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… – Details…
1 month ago in 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… – Details…
2 months 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… – Details…
2 months 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… – Details…
2 months ago in Development, vue0
Brad
Coming from the web (Vue 3) it’s possible to paste an icon’s SVG directly into your code, as the browser will render it automatically. With Flutter it’s not that easy but with flutter_svg it almost… – Details…
3 months ago in Development, flutter0
Brad
So you’ve started on Vue 3 and your using props but they are not reactive and your getting this error But your not sure what to do? This is the exact answer you are looking… – Details…
3 months ago in Development, vue0
Brad
Animate on Scroll (AoS) and Astro.build work well together. Your code should look like this. In your header section: And just before your closing body tag Check the developer console to ensure you have no… – Details…
3 months ago in Development0
Brad
I wonder if people don’t like Jira because it has too many features. It’s a great product that has it become complex and is it now time to get something simpler? Lots of software packages… – Details…
3 months ago in Random0
Brad
The lock screen on my phone is different. It’s better. I now get to try out this new color system and personalize my phone. The post My Android Got Upgraded appeared first on Right Click. – Details…
4 months ago in Random, software0
Brad
Tally is a click counter that can be used as a clicker to count people at events or locations, as an inventory or stock counter. it can even be used for workouts. People have used… – Details…
4 months ago in Apps0
Brad
Flutter has full support for all material icons. If you are in Flutter and you are looking for a list of the icons then you have found it.. Flutter also supports Font Awesome icons. but… – Details…
4 months ago in Development, flutter0
Brad
Flutter has an AnimatedIcon class as well as Icons than can be animated. This guide will show how to use AnimatedIcon and I’ll follow up with a post on animating icons. The full code and… – Details…
4 months ago in Development, flutter0