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
2 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
2 years ago in Development, flutter0
Brad
My first Vue package is now ready. vue3-toggle-button. Just a simple toggle button with typescript in Vue 3. It’s simple and will make a nice template if you want to make your own component. If… … Read more
2 years ago in Random, vue0
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… … Read more
2 years 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… … Read more
2 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
2 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
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
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… … Read more
3 years 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… … Read more
3 years 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… … Read more
3 years 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… … Read more
3 years 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. … Read more
3 years ago in Random, software0